diff options
author | Mats Kindahl <mats@sun.com> | 2008-10-29 21:37:51 +0100 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2008-10-29 21:37:51 +0100 |
commit | e68609848f1453b453f78e8e7765225002987283 (patch) | |
tree | 5c05739b35eb92b0a1f2091e6bac2324a6d295c1 /mysql-test/extra | |
parent | 2019f17276a3a3bb37f81824aa34b0428f5d8753 (diff) | |
download | mariadb-git-e68609848f1453b453f78e8e7765225002987283.tar.gz |
Bug #40004: Replication failure with no PK + no indexes
Adding comments to test cases.
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_row_basic.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_row_basic.test b/mysql-test/extra/rpl_tests/rpl_row_basic.test index 3491fb903a0..2106ccd8a85 100644 --- a/mysql-test/extra/rpl_tests/rpl_row_basic.test +++ b/mysql-test/extra/rpl_tests/rpl_row_basic.test @@ -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 |