1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#17402313 DUMP THREAD SENDS SOME EVENTS MORE THAN ONCE

Postfix, suppress the new warning generated by the bug's fix.
This commit is contained in:
Libing Song
2013-09-10 16:12:25 +08:00
parent d5fdf9ef88
commit 9e91f479d2
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
include/master-slave.inc
[connection master]
call mtr.add_suppression ("Slave I/O: Got fatal error 1236 from master when reading data from binary");
CALL mtr.add_suppression("Failed to read an event from active binlog.*");
show master status;
File Position Binlog_Do_DB Binlog_Ignore_DB
master-bin.000001 # <Binlog_Do_DB> <Binlog_Ignore_DB>

View File

@ -12,6 +12,7 @@
source include/master-slave.inc;
call mtr.add_suppression ("Slave I/O: Got fatal error 1236 from master when reading data from binary");
CALL mtr.add_suppression("Failed to read an event from active binlog.*");
source include/show_master_status.inc;
sync_slave_with_master;
source include/stop_slave.inc;