mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Changed main_query_cache_merge to use flush global status
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user