Commit 6e4f95a0 authored by Monty's avatar Monty

Changed main_query_cache_merge to use flush global status

parent 29d94676
...@@ -3,7 +3,7 @@ set @save_query_cache_type=@@global.query_cache_type; ...@@ -3,7 +3,7 @@ set @save_query_cache_type=@@global.query_cache_type;
SET GLOBAL query_cache_type=ON; SET GLOBAL query_cache_type=ON;
SET LOCAL query_cache_type=ON; SET LOCAL query_cache_type=ON;
SET @@global.query_cache_size=1355776; SET @@global.query_cache_size=1355776;
flush status; flush global status;
select count(*) from t00; select count(*) from t00;
count(*) count(*)
514 514
......
...@@ -18,7 +18,7 @@ SET @@global.query_cache_size=1355776; ...@@ -18,7 +18,7 @@ SET @@global.query_cache_size=1355776;
# more then 255 (257) merged tables test # more then 255 (257) merged tables test
# #
flush status; flush global status;
disable_query_log; disable_query_log;
--disable_warnings --disable_warnings
let $1 = 257; let $1 = 257;
......
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