Result of a binlog_statement_insert_delayed was affected by recent fixing of

binlog_row_binlog.test failure in team tree.
Fixing the result.
This commit is contained in:
unknown 2006-09-25 16:58:07 +03:00
parent 561bed71a5
commit 1ac90c6a50

View file

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