Commit 9fc083bd authored by Davi Arnaut's avatar Davi Arnaut

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)
parent 2d3ac117
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment