diff options
author | monty@hundin.mysql.fi <> | 2001-12-10 18:16:51 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-10 18:16:51 +0200 |
commit | db2e22bf7eeb9b73437992dae7cdfefccfac9ce4 (patch) | |
tree | d3472c51c19a0113cf4c0b1d0cf472d60a8a6fcd /mysql-test/r/query_cache.result | |
parent | 6b02f13cf3f0b4757398ef8e6915eacb8bfe70a0 (diff) | |
download | mariadb-git-db2e22bf7eeb9b73437992dae7cdfefccfac9ce4.tar.gz |
Portability fixes.
Changed mysql-test-run.sh to test for files to get shorter, more reliable timeouts.
Diffstat (limited to 'mysql-test/r/query_cache.result')
-rw-r--r-- | mysql-test/r/query_cache.result | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result index f16c72d148a..e6ba5fa83de 100644 --- a/mysql-test/r/query_cache.result +++ b/mysql-test/r/query_cache.result @@ -291,10 +291,4 @@ show status like "Qcache_queries_in_cache"; Variable_name Value Qcache_queries_in_cache 2 reset query cache; -show variables like "query_cache_size"; -Variable_name Value -query_cache_size 1039700 -show status like "Qcache_free_memory"; -Variable_name Value -Qcache_free_memory 1039700 drop table t1; |