Result of a binlog_statement_insert_delayed was affected by recent fixing of

binlog_row_binlog.test failure in team tree.
Fixing the result.
parent 89bfa954
......@@ -5,6 +5,7 @@ insert delayed into t1 values (null);
insert delayed into t1 values (300);
insert delayed into t1 values (null),(null),(null),(null);
insert delayed into t1 values (null),(null),(400),(null);
11 == 11
select * from t1;
a
207
......
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