summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/t/binlog_write_error.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/binlog/t/binlog_write_error.test')
-rw-r--r--mysql-test/suite/binlog/t/binlog_write_error.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/t/binlog_write_error.test b/mysql-test/suite/binlog/t/binlog_write_error.test
index bd1cb5301b3..f62d1f1fd49 100644
--- a/mysql-test/suite/binlog/t/binlog_write_error.test
+++ b/mysql-test/suite/binlog/t/binlog_write_error.test
@@ -30,8 +30,11 @@ call mtr.add_suppression("Write to binary log failed: Error writing file*");
let $query= CREATE TABLE t1 (a INT);
source include/binlog_inject_error.inc;
+--error ER_NO_SUCH_TABLE
INSERT INTO t1 VALUES (1),(2),(3);
+CREATE TABLE t1 (a INT);
+
let $query= INSERT INTO t1 VALUES (4),(5),(6);
source include/binlog_inject_error.inc;