Commit 43f1511a authored by unknown's avatar unknown

new result of Query Cache with Innodb

parent d8e0604b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment