mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Changed main_query_cache_merge to use flush global status
This commit is contained in:
parent
29d9467641
commit
6e4f95a086
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ set @save_query_cache_type=@@global.query_cache_type;
|
|||
SET GLOBAL query_cache_type=ON;
|
||||
SET LOCAL query_cache_type=ON;
|
||||
SET @@global.query_cache_size=1355776;
|
||||
flush status;
|
||||
flush global status;
|
||||
select count(*) from t00;
|
||||
count(*)
|
||||
514
|
||||
|
|
|
@ -18,7 +18,7 @@ SET @@global.query_cache_size=1355776;
|
|||
# more then 255 (257) merged tables test
|
||||
#
|
||||
|
||||
flush status;
|
||||
flush global status;
|
||||
disable_query_log;
|
||||
--disable_warnings
|
||||
let $1 = 257;
|
||||
|
|
Loading…
Add table
Reference in a new issue