Skip to content

Commit 69c07f7

Browse files
montywisanja-byelkin
authored andcommitted
Fix MDEV-32441 stability
1 parent 1849dfe commit 69c07f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/main/status2.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ select examined_rows, sent_rows, info from information_schema.processlist where
174174
examined_rows sent_rows info
175175
2 2 select * from t where a between 1 and 2
176176
set debug_sync='now signal go';
177+
set debug_sync='now WAIT_FOR parked';
177178
select examined_rows, sent_rows, info from information_schema.processlist where id=#;
178179
examined_rows sent_rows info
179180
3 3 select * from t where a between 4 and 6

mysql-test/main/status2.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ set debug_sync='now WAIT_FOR parked';
170170
--replace_result $replace_conid id=#
171171
eval select examined_rows, sent_rows, info from information_schema.processlist where id=$conid;
172172
set debug_sync='now signal go';
173+
set debug_sync='now WAIT_FOR parked';
173174
--replace_result $replace_conid id=#
174175
eval select examined_rows, sent_rows, info from information_schema.processlist where id=$conid;
175176
set debug_sync='now signal go';

0 commit comments

Comments
 (0)