1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed faulty test case caused by race condition.

This commit is contained in:
thek@adventure.(none)
2008-01-11 14:16:46 +01:00
parent 3cd3a40d4d
commit 77569d6708
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.