mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01: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:
parent
2d3ac117a4
commit
9fc083bd9a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#
|
||||
|
||||
--source include/have_query_cache.inc
|
||||
--source include/not_embedded.inc
|
||||
|
||||
SET @query_cache_type= @@global.query_cache_type;
|
||||
SET @query_cache_limit= @@global.query_cache_limit;
|
||||
|
|
Loading…
Reference in a new issue