From: Date: October 29 2008 9:38pm Subject: bzr commit into mysql-5.1 branch (mats:2772) Bug#40004 List-Archive: http://lists.mysql.com/commits/57375 X-Bug: 40004 Message-Id: <20081029203800.9B028469FEC@romeo> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/bzr/bugs/b40004-5.1-5.1.29-rc/ 2772 Mats Kindahl 2008-10-29 Bug #40004: Replication failure with no PK + no indexes Adding comments to test cases. modified: mysql-test/extra/rpl_tests/rpl_row_basic.test === modified file 'mysql-test/extra/rpl_tests/rpl_row_basic.test' --- a/mysql-test/extra/rpl_tests/rpl_row_basic.test 2008-10-20 18:50:08 +0000 +++ b/mysql-test/extra/rpl_tests/rpl_row_basic.test 2008-10-29 20:37:51 +0000 @@ -476,6 +476,10 @@ sync_slave_with_master; # BUG#40004: Replication failure with no PK + no indexes # +# The test cases are taken from the bug report. It is difficult to +# produce a test case that generates a HA_ERR_RECORD_DELETED, so we go +# with the test cases we have. + connection master; eval CREATE TABLE t1 (a int) ENGINE=$type; @@ -508,6 +512,10 @@ sync_slave_with_master; # Bug #39752: Replication failure on RBR + MyISAM + no PK # +# The test cases are taken from the bug report. It is difficult to +# produce a test case that generates a HA_ERR_RECORD_DELETED, so we go +# with the test cases we have. + connection master; --disable_warnings