mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -2,7 +2,7 @@ include/master-slave.inc
|
||||
[connection master]
|
||||
connection slave;
|
||||
call mtr.add_suppression("Slave I/O: Master command COM_REGISTER_SLAVE failed: .*");
|
||||
call mtr.add_suppression("Slave I/O: .* failed with error: Lost connection to MySQL server at 'reading initial communication packet'");
|
||||
call mtr.add_suppression("Slave I/O: .* failed with error: Lost connection to server at 'reading initial communication packet'");
|
||||
call mtr.add_suppression("Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; .*");
|
||||
call mtr.add_suppression("Slave I/O thread .* register on master");
|
||||
SET @saved_dbug = @@GLOBAL.debug_dbug;
|
||||
|
@@ -22,7 +22,7 @@ connection slave;
|
||||
include/stop_slave_io.inc
|
||||
SET SESSION debug_dbug="d,crash_before_rotate_relaylog";
|
||||
FLUSH LOGS;
|
||||
ERROR HY000: Lost connection to MySQL server during query
|
||||
ERROR HY000: Lost connection to server during query
|
||||
include/rpl_reconnect.inc
|
||||
=====Dumping and comparing tables=======;
|
||||
include/start_slave.inc
|
||||
@@ -40,7 +40,7 @@ insert into t1(a) values(9);
|
||||
connection slave;
|
||||
SET SESSION debug_dbug="d,crash_before_rotate_relaylog";
|
||||
FLUSH LOGS;
|
||||
ERROR HY000: Lost connection to MySQL server during query
|
||||
ERROR HY000: Lost connection to server during query
|
||||
include/rpl_reconnect.inc
|
||||
=====Dumping and comparing tables=======;
|
||||
include/start_slave.inc
|
||||
|
@@ -21,7 +21,7 @@ source include/have_binlog_format_mixed.inc;
|
||||
connection slave;
|
||||
|
||||
call mtr.add_suppression("Slave I/O: Master command COM_REGISTER_SLAVE failed: .*");
|
||||
call mtr.add_suppression("Slave I/O: .* failed with error: Lost connection to MySQL server at 'reading initial communication packet'");
|
||||
call mtr.add_suppression("Slave I/O: .* failed with error: Lost connection to server at 'reading initial communication packet'");
|
||||
call mtr.add_suppression("Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; .*");
|
||||
call mtr.add_suppression("Slave I/O thread .* register on master");
|
||||
|
||||
|
Reference in New Issue
Block a user