mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Post-merge fix: test depends on feature not available under embedded.
mysql-test/t/query_cache_28249.test: Test depends on process state (not updated under embedded)
This commit is contained in:
@ -11,6 +11,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
--source include/have_query_cache.inc
|
--source include/have_query_cache.inc
|
||||||
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
SET @query_cache_type= @@global.query_cache_type;
|
SET @query_cache_type= @@global.query_cache_type;
|
||||||
SET @query_cache_limit= @@global.query_cache_limit;
|
SET @query_cache_limit= @@global.query_cache_limit;
|
||||||
|
Reference in New Issue
Block a user