Commit 2551e1ae authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

yet another attempt to fix rpl_corruption test

parent 7b346986
...@@ -115,7 +115,7 @@ SET GLOBAL master_verify_checksum=0; ...@@ -115,7 +115,7 @@ SET GLOBAL master_verify_checksum=0;
SET GLOBAL debug_dbug="+d,corrupt_read_log_event2"; SET GLOBAL debug_dbug="+d,corrupt_read_log_event2";
--connection slave --connection slave
START SLAVE IO_THREAD; START SLAVE IO_THREAD;
let $slave_io_errno= 1595,1722; let $slave_io_errno= 1595,1722,1923;
--source include/wait_for_slave_io_error.inc --source include/wait_for_slave_io_error.inc
--connection master --connection master
SET GLOBAL debug_dbug="-d,corrupt_read_log_event2"; SET GLOBAL debug_dbug="-d,corrupt_read_log_event2";
...@@ -127,7 +127,7 @@ SET GLOBAL master_verify_checksum=1; ...@@ -127,7 +127,7 @@ SET GLOBAL master_verify_checksum=1;
--connection slave --connection slave
SET GLOBAL debug_dbug="+d,corrupt_queue_event"; SET GLOBAL debug_dbug="+d,corrupt_queue_event";
START SLAVE IO_THREAD; START SLAVE IO_THREAD;
let $slave_io_errno= 1595,1722; let $slave_io_errno= 1595,1722,1923;
--source include/wait_for_slave_io_error.inc --source include/wait_for_slave_io_error.inc
SET GLOBAL debug_dbug="-d,corrupt_queue_event"; SET GLOBAL debug_dbug="-d,corrupt_queue_event";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment