mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user