mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix MDEV-32441 stability
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user