mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
due to merge
This commit is contained in:
@ -9,6 +9,7 @@ SELECT @@global.query_cache_size;
|
|||||||
SET @@global.query_cache_size = @start_value;
|
SET @@global.query_cache_size = @start_value;
|
||||||
SELECT @@global.query_cache_size = @start_value;
|
SELECT @@global.query_cache_size = @start_value;
|
||||||
@@global.query_cache_size = @start_value
|
@@global.query_cache_size = @start_value
|
||||||
|
0
|
||||||
1
|
1
|
||||||
'#--------------------FN_DYNVARS_133_03------------------------#'
|
'#--------------------FN_DYNVARS_133_03------------------------#'
|
||||||
SET @@global.query_cache_size = 0;
|
SET @@global.query_cache_size = 0;
|
||||||
|
Reference in New Issue
Block a user