| Bug #47303 | RBR: Replicating from master with PK into slave with KEY fails. | ||
|---|---|---|---|
| Submitted: | 14 Sep 11:17 | Modified: | 20 Oct 18:59 |
| Reporter: | Luís Soares | ||
| Status: | In progress | ||
| Category: | Server: RBR | Severity: | S3 (Non-critical) |
| Version: | 6.0 codebase | OS: | Any |
| Assigned to: | Luís Soares | Target Version: | |
| Tags: | INDEX, RBR, regression | ||
| Triage: | Triaged: D2 (Serious) | ||
[14 Sep 11:17]
Luís Soares
[14 Sep 11:59]
Sveta Smirnova
Thank you for the report. Verified as described.
[1 Oct 13:45]
Luís 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.
