mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
sporadic failures of main.default_debug
wait for the first connection to reach the debug sync point before letting the second connection do its stuff
This commit is contained in:
@ -11,6 +11,8 @@ select a,b,default(b) from t1;
|
|||||||
set debug_sync='after_Item_default_value_calculate WAIT_FOR go';
|
set debug_sync='after_Item_default_value_calculate WAIT_FOR go';
|
||||||
send select a,b,default(b) from t1;
|
send select a,b,default(b) from t1;
|
||||||
connection default;
|
connection default;
|
||||||
|
let $wait_condition=select count(*) from information_schema.processlist where s
|
||||||
|
source include/wait_condition.inc;
|
||||||
set debug_sync='ha_write_row_start SIGNAL go';
|
set debug_sync='ha_write_row_start SIGNAL go';
|
||||||
insert t1 values (100,default(b));
|
insert t1 values (100,default(b));
|
||||||
connection con1;
|
connection con1;
|
||||||
|
Reference in New Issue
Block a user