Bug #18948 Disabled test case rpl_row_inexist_tbl
Submitted: 10 Apr 2006 15:44 Modified: 26 Jun 2006 15:41
Reporter: Lars Thalmann
Status: Closed
Category:Server: RBR Severity:S3 (Non-critical)
Version:5.1 bk OS:
Assigned to: Bugs System Target Version:

[10 Apr 2006 15:44] Lars Thalmann
Description:
rpl_row_inexist_tbl is disabled in 5.1

How to repeat:
Check disabled.def
[10 Apr 2006 17:18] Valeriy Kravchuk
Verified just as described with 5.1.10-BK (ChangeSet@1.2303.1.1, 2006-04-09
19:43:36-07:00).
[4 Jun 2006 17:29] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/7249
[4 Jun 2006 17:39] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/7250
[21 Jun 2006 16:20] Lars Thalmann
This was pushed into 5.1.12
[22 Jun 2006 20:06] Lars Thalmann
There were two problems fixed in this patch:

1. Even if there was no changes to a table, before the fix, a table map event 
    could be generated anyway in the binary log.  This redundant table map event 
    did not cause any problems, but was not needed and should not be there.

2. Slave did not properly stop if a table was replicated from master to slave, 
    but the table did not exist on slave.  After the fix, the slave properly stops
    if a needed table does not exist on slave.
[26 Jun 2006 15:41] Jon Stephens
Documented in 5.1.12 changelog. Closed.