Commit 979e94d2 authored by Sergei Golubchik's avatar Sergei Golubchik

followup for 96d097a7

copy-paste error
parent a13a636c
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment