summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache_notembedded.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/query_cache_notembedded.result')
-rw-r--r--mysql-test/r/query_cache_notembedded.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/query_cache_notembedded.result b/mysql-test/r/query_cache_notembedded.result
index 64bb40f1d17..d9bf7a6d814 100644
--- a/mysql-test/r/query_cache_notembedded.result
+++ b/mysql-test/r/query_cache_notembedded.result
@@ -375,6 +375,7 @@ id
show status like 'Qcache_queries_in_cache';
Variable_name Value
Qcache_queries_in_cache 1
+USE test;
DROP DATABASE bug30269;
DROP USER 'bug30269'@'localhost';
set GLOBAL query_cache_type=default;