From 811c6d216ec224a019dad5a99e356720677b6d22 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Sep 2005 15:00:35 +0500 Subject: fix (bug #10303: Misleading Last_query_cost value). sql/sql_cache.cc: fix (bug #10303: Misleading Last_query_cost value). set the last_query_cost to 0.0 in case we use the query cache. --- mysql-test/r/status.result | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mysql-test/r/status.result') diff --git a/mysql-test/r/status.result b/mysql-test/r/status.result index e9616232fa1..5461e4dd563 100644 --- a/mysql-test/r/status.result +++ b/mysql-test/r/status.result @@ -17,3 +17,9 @@ Variable_name Value Table_locks_immediate 3 Table_locks_waited 1 drop table t1; +select 1; +1 +1 +show status like 'last_query_cost'; +Variable_name Value +Last_query_cost 0.000000 -- cgit v1.2.1