summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-11-17 20:44:16 +0200
committerunknown <bell@sanja.is.com.ua>2002-11-17 20:44:16 +0200
commit971db765336a86a314726ea2dbe2cb4acac80e79 (patch)
tree49e67015efa506f13655b865cf83a47ef59b26af /mysql-test/t
parent4589844513f1663d49f32ed6cdf1e14003f940bc (diff)
parentb463146ac6bf0a828bceacfb02242069f1930abb (diff)
downloadmariadb-git-971db765336a86a314726ea2dbe2cb4acac80e79.tar.gz
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/query_cache.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/query_cache.test b/mysql-test/t/query_cache.test
index a0d2a34ee76..6c3f3d6ac52 100644
--- a/mysql-test/t/query_cache.test
+++ b/mysql-test/t/query_cache.test
@@ -206,6 +206,7 @@ insert into t2 select * from t1; # 2584
insert into t1 select * from t2; # 4181
show status like "Qcache_hits";
+show status like "Qcache_lowmem_prunes";
disable_result_log;
select a as a1, a as a2 from t1;
select a as a2, a as a3 from t1;
@@ -215,6 +216,7 @@ select a as a1, a as a2 from t1;
enable_result_log;
show status like "Qcache_hits";
show status like "Qcache_queries_in_cache";
+show status like "Qcache_lowmem_prunes";
reset query cache;
#
# Query bigger then query_cache_limit