From ff8c7348648b2a2e1ce14d8332c065a38a43ca0c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 6 Dec 2001 01:05:30 +0200 Subject: Update of query cache code Docs/manual.texi: Added information about RESET sql/mysql_priv.h: Fixed wrong type sql/sql_base.cc: Removed wrong info in DBUG output sql/sql_class.cc: cleanup sql/sql_parse.cc: Fixed wrong type --- mysql-test/r/flush.result | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mysql-test/r/flush.result') diff --git a/mysql-test/r/flush.result b/mysql-test/r/flush.result index 1fb4fc05136..99d212ee49c 100644 --- a/mysql-test/r/flush.result +++ b/mysql-test/r/flush.result @@ -28,3 +28,8 @@ 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 -- cgit v1.2.1