mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
@@ -11,7 +11,7 @@ select a,b,default(b) from t1;
|
||||
set debug_sync='after_Item_default_value_calculate WAIT_FOR go';
|
||||
send select a,b,default(b) from t1;
|
||||
connection default;
|
||||
let $wait_condition=select count(*) from information_schema.processlist where s
|
||||
let $wait_condition=select count(*) from information_schema.processlist where state like 'debug sync%';
|
||||
source include/wait_condition.inc;
|
||||
set debug_sync='ha_write_row_start SIGNAL go';
|
||||
insert t1 values (100,default(b));
|
||||
|
||||
Reference in New Issue
Block a user