summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-01-25 14:40:22 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-01-25 14:40:22 +0200
commit75538f94ca06915ddc22458b82b8e148e51dd0db (patch)
treef25bc9d6181bfd697a68f33a04d577d8d3dbe349
parenteaeb8ec4b87882711ecb8e1c7476a6e410d5d2a9 (diff)
downloadmariadb-git-75538f94ca06915ddc22458b82b8e148e51dd0db.tar.gz
MDEV-24653 fixup: Make the test deterministic
-rw-r--r--mysql-test/suite/innodb/t/instant_alter_debug.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/instant_alter_debug.test b/mysql-test/suite/innodb/t/instant_alter_debug.test
index d3aea85b243..a1b514f87ac 100644
--- a/mysql-test/suite/innodb/t/instant_alter_debug.test
+++ b/mysql-test/suite/innodb/t/instant_alter_debug.test
@@ -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';