diff options
author | bell@sanja.is.com.ua <> | 2002-03-22 22:55:08 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-03-22 22:55:08 +0200 |
commit | c5d95b5e627a48737c139daadef00c8046645bd7 (patch) | |
tree | a691fc4031ec0bdda379decf4651d4789739c5e8 /mysql-test/r/flush.result | |
parent | 144b790fc60f9f31af654741b92820101e7de947 (diff) | |
download | mariadb-git-c5d95b5e627a48737c139daadef00c8046645bd7.tar.gz |
added building without query cache
Diffstat (limited to 'mysql-test/r/flush.result')
-rw-r--r-- | mysql-test/r/flush.result | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/flush.result b/mysql-test/r/flush.result index a7f73a6840b..7080f2b6145 100644 --- a/mysql-test/r/flush.result +++ b/mysql-test/r/flush.result @@ -28,8 +28,3 @@ select * from t1; n 345 drop table t1; -flush query cache; -reset query cache; -show status like "Qcache_queries_in_cache"; -Variable_name Value -Qcache_queries_in_cache 0 |