1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

even more suppression fixes

This commit is contained in:
Bjorn Munch
2009-08-29 23:29:47 +02:00
parent abe47a0ebe
commit aa7e21c68f
4 changed files with 9 additions and 3 deletions

View File

@ -8,8 +8,6 @@
# 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
@ -50,3 +48,5 @@ drop table t1;
connection slave;
drop table t1;
call mtr.add_suppression("Slave: Error writing file 'UNKNOWN' (Errcode: 9) Error_code: 3");