Skip to content

Commit adbf85f

Browse files
committed
Merge 5.5 into 10.1
2 parents 76f4ae8 + 9bbd685 commit adbf85f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mysql-test/r/processlist_notembedded.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ SET DEBUG_SYNC= 'before_join_optimize SIGNAL in_sync WAIT_FOR go';
55
SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
66
FOUND /sleep/ in MDEV-20466.text
77
SET DEBUG_SYNC= 'now SIGNAL go';
8+
user
89
SET DEBUG_SYNC = 'RESET';
910
End of 5.5 tests

mysql-test/t/processlist_notembedded.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ remove_file $MYSQLTEST_VARDIR/tmp//MDEV-20466.text;
3030

3131
SET DEBUG_SYNC= 'now SIGNAL go';
3232

33+
connection con1;
34+
reap;
3335
disconnect con1;
36+
connection default;
3437

3538
SET DEBUG_SYNC = 'RESET';
3639

0 commit comments

Comments
 (0)