From 0b4b38b6222d95ca6c118df7bd4cdf8f1a275bb3 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 Mar 2002 22:55:08 +0200 Subject: added building without query cache configure.in: new configure parameter (now only for embeded server) include/my_global.h: now query cache always included in server, because of problrms with test suit mysql-test/r/flush.result: removed double testing mysql-test/t/flush.test: removed double testing mysql-test/t/grant_cache.test: now it is only memo about query cache mysql-test/t/query_cache.test: now it is only memo about query cache --- mysql-test/t/flush.test | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mysql-test/t/flush.test') 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"; -- cgit v1.2.1