1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed faulty test case caused by race condition.

mysql-test/r/query_cache_debug.result:
  Fixed faulty test case.
This commit is contained in:
unknown
2008-01-11 14:16:46 +01:00
parent 44101143f7
commit cedfe557be
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
--source include/not_embedded.inc
--source include/have_query_cache.inc
--source include/have_debug.inc
@ -27,7 +28,7 @@ let $wait_condition= select count(*)= 1 from information_schema.processlist wher
connection bug30887con2;
--echo On a second connection; clear the query cache.
show status like 'Qcache_queries_in_cache';
--send set global query_cache_size= 0;
set global query_cache_size= 0;
connection default;
--echo Signal the debug hook to release the lock.