1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
copy-paste error
This commit is contained in:
Sergei Golubchik
2017-02-16 14:11:33 +01:00
parent a13a636c74
commit 979e94d264

View File

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