diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-01-25 14:43:07 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-01-25 14:43:07 +0200 |
commit | 5db38276899146de8d1c8012481beb41f61fb7dc (patch) | |
tree | 9cbb41c6eeafaa3fb8c43edf9315cd2ab8f8d9c3 | |
parent | 0c3d264207dcb720c32fcc19c188abe84994d52b (diff) | |
parent | 75538f94ca06915ddc22458b82b8e148e51dd0db (diff) | |
download | mariadb-git-5db38276899146de8d1c8012481beb41f61fb7dc.tar.gz |
Merge 10.3 into 10.4
-rw-r--r-- | mysql-test/suite/innodb/t/instant_alter_debug.test | 1 |
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 7d4078ecdab..b0d77edb3c9 100644 --- a/mysql-test/suite/innodb/t/instant_alter_debug.test +++ b/mysql-test/suite/innodb/t/instant_alter_debug.test @@ -233,6 +233,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'; |