1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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:
aelkin/elkin@dsl-hkigw8-feb9fb00-191.dhcp.inet.fi
2006-09-25 16:58:07 +03:00
parent 89bfa9544d
commit 1e6d461a9a

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