summaryrefslogtreecommitdiff
path: root/mysql-test/include/percona_query_cache_with_comments_show.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/percona_query_cache_with_comments_show.inc')
-rw-r--r--mysql-test/include/percona_query_cache_with_comments_show.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/include/percona_query_cache_with_comments_show.inc b/mysql-test/include/percona_query_cache_with_comments_show.inc
deleted file mode 100644
index 71aa5211cfd..00000000000
--- a/mysql-test/include/percona_query_cache_with_comments_show.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-let $show=show status like "Qcache_queries_in_cache";
-eval $show;
-let $show=show status like "Qcache_inserts";
-eval $show;
-let $show=show status like "Qcache_hits";
-eval $show;
-
-