Skip to content

Commit

Permalink
Merge 5.5 into 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed May 26, 2020
2 parents 76f4ae8 + 9bbd685 commit adbf85f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/r/processlist_notembedded.result
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ SET DEBUG_SYNC= 'before_join_optimize SIGNAL in_sync WAIT_FOR go';
SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
FOUND /sleep/ in MDEV-20466.text
SET DEBUG_SYNC= 'now SIGNAL go';
user
SET DEBUG_SYNC = 'RESET';
End of 5.5 tests
3 changes: 3 additions & 0 deletions mysql-test/t/processlist_notembedded.test
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ remove_file $MYSQLTEST_VARDIR/tmp//MDEV-20466.text;

SET DEBUG_SYNC= 'now SIGNAL go';

connection con1;
reap;
disconnect con1;
connection default;

SET DEBUG_SYNC = 'RESET';

Expand Down

0 comments on commit adbf85f

Please sign in to comment.