summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache_notembedded.result
diff options
context:
space:
mode:
authorMatthias Leich <Matthias.Leich@sun.com>2009-02-09 22:00:15 +0100
committerMatthias Leich <Matthias.Leich@sun.com>2009-02-09 22:00:15 +0100
commit0ef6e2a5ab39fc1d2768ba651d0c3ef85612c2c6 (patch)
treecd78b56e7f59f946ca6f42d96b186a1489fb8bd2 /mysql-test/r/query_cache_notembedded.result
parent3ba87c370005437656bbcafb0b9ee75527342752 (diff)
parent4c0dd2a7b346604ca57ea5871bc04298f174561c (diff)
downloadmariadb-git-0ef6e2a5ab39fc1d2768ba651d0c3ef85612c2c6.tar.gz
Merge 5.0 -> 5.1
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;