diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-05-08 13:38:36 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-05-08 13:38:36 +0200 |
commit | 985f63cce1057d7b3fd6e86e65a2a2ee7d970073 (patch) | |
tree | b517479e6778d1701f123b842233a6015bdf12c1 /mysql-test/r/processlist_notembedded.result | |
parent | e84c62d59b8036138998b0e521a47bdde4ac3875 (diff) | |
parent | 530da97c65a8018ef049dfb990df6b98bc5e4ccd (diff) | |
download | mariadb-git-985f63cce1057d7b3fd6e86e65a2a2ee7d970073.tar.gz |
Merge branch '10.1' into 10.2mariadb-10.2.32
Diffstat (limited to 'mysql-test/r/processlist_notembedded.result')
-rw-r--r-- | mysql-test/r/processlist_notembedded.result | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/r/processlist_notembedded.result b/mysql-test/r/processlist_notembedded.result index 67eeb5ae2ff..e663c407a1b 100644 --- a/mysql-test/r/processlist_notembedded.result +++ b/mysql-test/r/processlist_notembedded.result @@ -3,10 +3,11 @@ # connect con1,localhost,root,,; connection con1; -SET DEBUG_SYNC= 'before_join_optimize SIGNAL in_sync'; +SET DEBUG_SYNC= 'before_join_optimize SIGNAL in_sync WAIT_FOR go'; connection default; SET DEBUG_SYNC= 'now WAIT_FOR in_sync'; -FOUND 1 /sleep \(30\)/ in MDEV-20466.text +FOUND 1 /sleep/ in MDEV-20466.text +SET DEBUG_SYNC= 'now SIGNAL go'; disconnect con1; SET DEBUG_SYNC = 'RESET'; End of 5.5 tests |