Skip to content

Commit

Permalink
Fix MDEV-32441 stability
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi authored and sanja-byelkin committed Jun 13, 2024
1 parent 1849dfe commit 69c07f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/main/status2.result
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ select examined_rows, sent_rows, info from information_schema.processlist where
examined_rows sent_rows info
2 2 select * from t where a between 1 and 2
set debug_sync='now signal go';
set debug_sync='now WAIT_FOR parked';
select examined_rows, sent_rows, info from information_schema.processlist where id=#;
examined_rows sent_rows info
3 3 select * from t where a between 4 and 6
Expand Down
1 change: 1 addition & 0 deletions mysql-test/main/status2.test
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ set debug_sync='now WAIT_FOR parked';
--replace_result $replace_conid id=#
eval select examined_rows, sent_rows, info from information_schema.processlist where id=$conid;
set debug_sync='now signal go';
set debug_sync='now WAIT_FOR parked';
--replace_result $replace_conid id=#
eval select examined_rows, sent_rows, info from information_schema.processlist where id=$conid;
set debug_sync='now signal go';
Expand Down

0 comments on commit 69c07f7

Please sign in to comment.