Bug #19069 RBR: Disallows rpl to slave with different number of columns
Submitted: 13 Apr 2006 6:26 Modified: 25 Sep 2006 0:11
Reporter: Tomas Ulin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Row Based Replication ( RBR ) Severity:S1 (Critical)
Version:5.1 bk src, custom release OS:
Assigned to: Mats Kindahl CPU Architecture:Any

[13 Apr 2006 6:26] Tomas Ulin
Description:
master schema

(a int key)

slave schema

(a int key, b int)

slave will stop and say schemas are incompatible.

How to repeat:
see above
[8 May 2006 9:52] 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/6087
[12 Sep 2006 17:51] Lars Thalmann
This is solved by patch for WL#3259 which has been pushed 
into rpl team tree.
[25 Sep 2006 0:11] Paul DuBois
Noted in 5.1.12 changelog.

With row-based replication, replicating a statement to a slave where 
the table had additional columns relative to the master table did not
work.