summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache_disabled.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/query_cache_disabled.result')
-rw-r--r--mysql-test/r/query_cache_disabled.result14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-test/r/query_cache_disabled.result b/mysql-test/r/query_cache_disabled.result
deleted file mode 100644
index f2f58580ca2..00000000000
--- a/mysql-test/r/query_cache_disabled.result
+++ /dev/null
@@ -1,14 +0,0 @@
-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;