mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01: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:
parent
561bed71a5
commit
1ac90c6a50
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue