Bug #51406 | Changing order of columns breaks Row-Based Replication | ||
---|---|---|---|
Submitted: | 22 Feb 2010 21:49 | Modified: | 29 Apr 2010 9:42 |
Reporter: | Ryan McElroy | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.1+ | OS: | Any |
Assigned to: | Jon Stephens | CPU Architecture: | Any |
[22 Feb 2010 21:49]
Ryan McElroy
[2 Mar 2010 10:26]
Sveta Smirnova
Thank you for the report. Verified as described. Behavior is not consistent with statement-based replication.
[2 Mar 2010 10:28]
Sveta Smirnova
With version 5.5.99 replication fails with error.
[26 Apr 2010 8:10]
Sveta Smirnova
Test case which I used: $cat rpl_bug51406.test --source include/master-slave.inc create table rpt (a int, b int); sleep 1; connection slave; drop table rpt; create table rpt (b int, a int); connection master; insert into rpt set a=1, b=2; insert into rpt (a, b) values (1, 2); select * from rpt; sleep 1; connection slave; select * from rpt;
[28 Apr 2010 14:38]
Jon Stephens
Set lead, corrected version, and assigned to myself for resolution.
[29 Apr 2010 9:42]
Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.