mariadb/mysql-test/suite
Mats Kindahl 95833a74d0 Bug #40004 Replication failure with no PK + no indexes
In certain situations, a scan of the table will return the error
code HA_ERR_RECORD_DELETED, and this error code is not 
correctly caught in the Rows_log_event::find_row() function, which
causes an error to be returned for this case.

This patch fixes the problem by adding code to either ignore the
record and continuing with the next one, the the event of a table
scan, or change the error code to HA_ERR_KEY_NOT_FOUND, in the event
that a key lookup is attempted.
2008-10-20 20:50:08 +02:00
..
binlog merged 5.1-5.1.29-rc -> 5.1-bugteam 2008-10-07 18:19:32 +03:00
bugs BUG#37426: RBR breaks for CHAR() UTF-8 fields > 85 chars 2008-06-30 22:11:18 +02:00
funcs_1 Merge 5.0 -> 5.1 of fix for Bug#38427 2008-10-02 14:12:08 +02:00
funcs_2 Upmerge 5.0 -> 5.1 2008-07-09 20:55:23 +02:00
im
jp Bug#36597 Testsuite "jp": Suspicious results for some tests using sjis 2008-07-29 10:43:57 +05:00
large_tests
manual manual merge for bug_29136, bug#29309. 2007-10-13 23:12:50 +03:00
ndb Bug #38370: The test ndb.ndb_index_ordered fails with the community features on 2008-10-03 13:10:09 +03:00
ndb_team Merge 5.0 -> 5.1 2008-09-30 15:32:35 -04:00
parts merged 5.1-5.1.29 -> 5.1-bugteam 2008-10-01 17:48:38 +03:00
rpl Bug #40004 Replication failure with no PK + no indexes 2008-10-20 20:50:08 +02:00
rpl_ndb Bug #40004 Replication failure with no PK + no indexes 2008-10-20 20:50:08 +02:00
stress Merge trift2.:/MySQL/M51/mysql-5.1 2008-02-22 16:14:27 +01:00
sys_vars Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00