1
0
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:
Monty
2024-06-13 10:31:28 +02:00
committed by Oleksandr Byelkin
parent 1849dfef64
commit 69c07f70a1
2 changed files with 2 additions and 0 deletions

View File

@ -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';