1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Post-merge fixes.

This commit is contained in:
unknown
2003-09-24 15:26:20 +02:00
parent cd8508d371
commit 03042c7db4
16 changed files with 51 additions and 51 deletions

View File

@ -715,10 +715,10 @@ Variable_name Value
Qcache_queries_in_cache 0
show status like "Qcache_inserts";
Variable_name Value
Qcache_inserts 1
Qcache_inserts 44
show status like "Qcache_hits";
Variable_name Value
Qcache_hits 1
Qcache_hits 12
/**/ select * from t1;
a
/**/ select * from t1;
@ -728,8 +728,8 @@ Variable_name Value
Qcache_queries_in_cache 1
show status like "Qcache_inserts";
Variable_name Value
Qcache_inserts 2
Qcache_inserts 45
show status like "Qcache_hits";
Variable_name Value
Qcache_hits 2
Qcache_hits 13
drop table t1;