summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/qc_info.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/plugins/t/qc_info.test')
-rw-r--r--mysql-test/suite/plugins/t/qc_info.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/plugins/t/qc_info.test b/mysql-test/suite/plugins/t/qc_info.test
new file mode 100644
index 00000000000..fc6c9d5af3a
--- /dev/null
+++ b/mysql-test/suite/plugins/t/qc_info.test
@@ -0,0 +1,8 @@
+--source qc_info_init.inc
+
+drop table t1;
+# the query was invalidated
+select statement_schema, statement_text, result_blocks_count, result_blocks_size from information_schema.query_cache_info;
+
+set global query_cache_size= default;
+