Commit 94e70aff authored by Kristofer Pettersson's avatar Kristofer Pettersson

post commit fix: missing result file.

parent 2d6a356a
SHOW GLOBAL VARIABLES LIKE 'query_cache_type';
Variable_name Value
query_cache_type OFF
SET GLOBAL query_cache_type=ON;
ERROR HY000: Query cache is disabled; restart the server with query_cache_type=1 to enable it
SET GLOBAL query_cache_type=DEMAND;
ERROR HY000: Query cache is disabled; restart the server with query_cache_type=1 to enable it
SET GLOBAL query_cache_type=OFF;
ERROR HY000: Query cache is disabled; restart the server with query_cache_type=1 to enable it
SET GLOBAL query_cache_size=1024*1024;
SHOW GLOBAL VARIABLES LIKE 'query_cache_size';
Variable_name Value
query_cache_size 1048576
SET GLOBAL query_cache_size=0;
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