summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/include/binlog_write_error.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/binlog/include/binlog_write_error.inc')
-rw-r--r--mysql-test/suite/binlog/include/binlog_write_error.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/include/binlog_write_error.inc b/mysql-test/suite/binlog/include/binlog_write_error.inc
index fa3ba087a7e..be5e9e0cfea 100644
--- a/mysql-test/suite/binlog/include/binlog_write_error.inc
+++ b/mysql-test/suite/binlog/include/binlog_write_error.inc
@@ -38,6 +38,8 @@ DROP TRIGGER IF EXISTS tr2;
DROP VIEW IF EXISTS v1, v2;
enable_warnings;
+call mtr.add_suppression("Write to binary log failed: Error writing file*");
+
--echo #
--echo # Test injecting binlog write error when executing queries
--echo #