diff options
Diffstat (limited to 'mysql-test/t/flush.test')
-rw-r--r-- | mysql-test/t/flush.test | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/t/flush.test b/mysql-test/t/flush.test index 38aa37caa4f..540aa4235cc 100644 --- a/mysql-test/t/flush.test +++ b/mysql-test/t/flush.test @@ -67,11 +67,3 @@ insert into t1 values (345); select * from t1; drop table t1; -# -# Test that QUERY CACHE commands doesn't core dump. -# (Normally we don't have a cache active at this point) -# - -flush query cache; -reset query cache; -show status like "Qcache_queries_in_cache"; |