From: Nuno Carvalho Date: May 11 2012 2:08pm Subject: bzr push into mysql-trunk branch (nuno.carvalho:3817 to 3818) Bug#13680651 List-Archive: http://lists.mysql.com/commits/144123 X-Bug: 13680651 Message-Id: <201205111408.q4BE85GV025354@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3818 Nuno Carvalho 2012-05-11 BUG#13680651: RPL_CORRUPTION TEST FAILS WITH SLAVE STOPPED WITH WRONG ERROR CODE ON VALGRIND Errors numbers shifted and include/wait_for_slave_io_error.inc does not supports error names, so changed 1742 to new ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE number (1743). modified: mysql-test/suite/rpl/r/rpl_corruption.result mysql-test/suite/rpl/t/rpl_corruption.test 3817 Jorgen Loland 2012-05-11 BUG#45727 followup - trying to stabilize index_merge_innodb modified: mysql-test/include/index_merge1.inc mysql-test/include/index_merge2.inc mysql-test/include/index_merge_ror.inc mysql-test/r/index_merge_innodb.result === modified file 'mysql-test/suite/rpl/r/rpl_corruption.result' --- a/mysql-test/suite/rpl/r/rpl_corruption.result 2012-04-19 01:10:19 +0000 +++ b/mysql-test/suite/rpl/r/rpl_corruption.result 2012-05-11 14:07:38 +0000 @@ -26,13 +26,13 @@ include/wait_for_slave_io_error.inc [err SET GLOBAL master_verify_checksum=0; SET GLOBAL debug="d,corrupt_read_log_event"; START SLAVE IO_THREAD; -include/wait_for_slave_io_error.inc [errno=1595,1742] +include/wait_for_slave_io_error.inc [errno=1595,1743] SET GLOBAL debug=""; SET GLOBAL master_verify_checksum=1; # 5. Slave. Corruption in network SET GLOBAL debug="d,corrupt_queue_event"; START SLAVE IO_THREAD; -include/wait_for_slave_io_error.inc [errno=1595,1742] +include/wait_for_slave_io_error.inc [errno=1595,1743] # 6. Slave. Corruption in relay log SET GLOBAL debug="d,corrupt_read_log_event_char"; START SLAVE SQL_THREAD; === modified file 'mysql-test/suite/rpl/t/rpl_corruption.test' --- a/mysql-test/suite/rpl/t/rpl_corruption.test 2012-04-19 01:10:19 +0000 +++ b/mysql-test/suite/rpl/t/rpl_corruption.test 2012-05-11 14:07:38 +0000 @@ -91,7 +91,7 @@ SET GLOBAL master_verify_checksum=0; SET GLOBAL debug="d,corrupt_read_log_event"; --connection slave START SLAVE IO_THREAD; -let $slave_io_errno= 1595,1742; # ER_SLAVE_RELAY_LOG_WRITE_FAILURE, ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE +let $slave_io_errno= 1595,1743; # ER_SLAVE_RELAY_LOG_WRITE_FAILURE, ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE --source include/wait_for_slave_io_error.inc --connection master SET GLOBAL debug=""; @@ -102,7 +102,7 @@ SET GLOBAL master_verify_checksum=1; --connection slave SET GLOBAL debug="d,corrupt_queue_event"; START SLAVE IO_THREAD; -let $slave_io_errno= 1595,1742; # ER_SLAVE_RELAY_LOG_WRITE_FAILURE, ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE +let $slave_io_errno= 1595,1743; # ER_SLAVE_RELAY_LOG_WRITE_FAILURE, ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE --source include/wait_for_slave_io_error.inc # Emulate corruption in relay log No bundle (reason: useless for push emails).