Bug #47303 | RBR: Replicating from master with PK into slave with KEY fails. | ||
---|---|---|---|
Submitted: | 14 Sep 2009 9:17 | Modified: | 24 Mar 2011 15:13 |
Reporter: | Luis Soares | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Row Based Replication ( RBR ) | Severity: | S3 (Non-critical) |
Version: | 6.0 codebase | OS: | Any |
Assigned to: | Luis Soares | CPU Architecture: | Any |
Tags: | INDEX, RBR, regression |
[14 Sep 2009 9:17]
Luis Soares
[14 Sep 2009 9:59]
Sveta Smirnova
Thank you for the report. Verified as described.
[1 Oct 2009 11:45]
Luis Soares
Using the test case in the howto repeat section, I checked against the following trees: mysql-5.1-bugteam => Test SUCCEEDS mysql-next-mr => Test SUCCEEDS mysql-6.0-codebase-bugfixing => Test FAILS The regression may be caused BUG#33055. BUG#33055 - introduces the feature for only transferring fields signaled in the master as used, in BI and AI. If the slave has different index structure, it may be that while using the index to find the record, the BI won't have values set for the index fields used.
[18 Feb 2010 12:06]
Luis Soares
This issue is only visible to the user no 6.0-codebase. Please re-triage for future release (this bug will be fixed as part of WL#5092, which didn't make it into Celosia merge window).
[24 Mar 2011 15:13]
Jon Stephens
Documented fix in the 5.6.2 changelog -- see WL#5092 for docs info. Closed.