diff options
author | jimw@mysql.com <> | 2005-07-05 15:19:04 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-07-05 15:19:04 -0700 |
commit | ac8f9d386412e1893e9e8f20aa821fa75ad78a2b (patch) | |
tree | c2d6b702cf538024b57d9152f0119e68c08dedc5 /mysql-test/r/query_cache.result | |
parent | c45f86a2653c2695a275d7fc73efd77ff662a834 (diff) | |
download | mariadb-git-ac8f9d386412e1893e9e8f20aa821fa75ad78a2b.tar.gz |
Fix test cases
Diffstat (limited to 'mysql-test/r/query_cache.result')
-rw-r--r-- | mysql-test/r/query_cache.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result index 3af0d4c3704..2884b9b3fe4 100644 --- a/mysql-test/r/query_cache.result +++ b/mysql-test/r/query_cache.result @@ -1057,6 +1057,5 @@ Qcache_inserts 2 show status like "Qcache_hits"; Variable_name Value Qcache_hits 1 - drop table t1; set GLOBAL query_cache_size=0; |