1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00

MDEV-24653 fixup: Make the test deterministic

This commit is contained in:
Marko Mäkelä 2021-01-25 14:40:22 +02:00
parent eaeb8ec4b8
commit 75538f94ca

View File

@ -228,6 +228,7 @@ connection default;
SET DEBUG_SYNC = 'now WAIT_FOR copied';
let $wait_all_purged = 1;
--source include/wait_all_purged.inc
let $wait_all_purged = 0;
INSERT INTO t1 SET a=1;
INSERT INTO t1 SET a=2,b=3,c=4;
SET DEBUG_SYNC = 'now SIGNAL logged';