summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
diff options
context:
space:
mode:
authorBjorn Munch <Bjorn.Munch@sun.com>2009-08-29 10:30:59 +0200
committerBjorn Munch <Bjorn.Munch@sun.com>2009-08-29 10:30:59 +0200
commitabe47a0ebebf6ced1f71e8a79760d254962b52d4 (patch)
treed1a20af7c24611763a199c118264869625429d3a /mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
parentfa4f05139d0de6dc827cb72dd62a615e9365bc94 (diff)
downloadmariadb-git-abe47a0ebebf6ced1f71e8a79760d254962b52d4.tar.gz
A few more suppression fixes after 42408
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test b/mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
index 39f3b700f94..3a1fbe04e17 100644
--- a/mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
+++ b/mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
@@ -7,6 +7,9 @@
# 1 - Creates a table and populates it through "LOAD DATA INFILE".
# 2 - Catches error.
##########################################################################
+
+call mtr.add_suppression("Slave: Error writing file 'UNKNOWN' (Errcode: 9) Error_code: 3");
+
--source include/have_binlog_format_mixed_or_statement.inc
--source include/have_innodb.inc
--source include/have_debug.inc