summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_query_cache.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_query_cache.inc')
-rw-r--r--mysql-test/include/have_query_cache.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/have_query_cache.inc b/mysql-test/include/have_query_cache.inc
index e5e6052c9a7..39549157849 100644
--- a/mysql-test/include/have_query_cache.inc
+++ b/mysql-test/include/have_query_cache.inc
@@ -1,4 +1,7 @@
-- require r/have_query_cache.require
+# As PS are not cached we disable them to ensure the we get the right number
+# of query cache hits
+-- disable_ps_protocol
disable_query_log;
show variables like "have_query_cache";
enable_query_log;