mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02: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:
parent
44101143f7
commit
cedfe557be
2 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue