summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2003-04-17 16:24:56 +0300
committerbell@sanja.is.com.ua <>2003-04-17 16:24:56 +0300
commitfc61731b69e75cb02ad417d863ad0139e2eabd51 (patch)
tree670e1725c0ea9b9d1829d4b78d5190efec3fe705 /mysql-test
parent5818aa9f5fa14686d653df6a8c46a58fb27c7931 (diff)
downloadmariadb-git-fc61731b69e75cb02ad417d863ad0139e2eabd51.tar.gz
new result of Query Cache with Innodb
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/innodb_cache.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/innodb_cache.result b/mysql-test/r/innodb_cache.result
index 04540bebd1a..c422dca36f1 100644
--- a/mysql-test/r/innodb_cache.result
+++ b/mysql-test/r/innodb_cache.result
@@ -69,7 +69,7 @@ Variable_name Value
Qcache_queries_in_cache 3
show status like "Qcache_hits";
Variable_name Value
-Qcache_hits 0
+Qcache_hits 3
insert into t1 values (3);
insert into t2 values (3);
insert into t1 values (4);
@@ -93,7 +93,7 @@ Variable_name Value
Qcache_queries_in_cache 3
show status like "Qcache_hits";
Variable_name Value
-Qcache_hits 0
+Qcache_hits 4
commit;
show status like "Qcache_queries_in_cache";
Variable_name Value