Bug #20188 | REPLACE or ON DUPLICATE KEY UPDATE in auto_increment breaks binlog | ||
---|---|---|---|
Submitted: | 1 Jun 2006 8:12 | Modified: | 1 Aug 2006 3:09 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Linux (linux) |
Assigned to: | Guilhem Bichot | CPU Architecture: | Any |
[1 Jun 2006 8:12]
Guilhem Bichot
[3 Jun 2006 8:29]
Guilhem Bichot
looks like the fix for this bug would be quite small, so I should be able to push it into 5.0 too.
[3 Jun 2006 9:50]
Lars Thalmann
See also BUG#19630
[7 Jun 2006 14: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/7357
[12 Jun 2006 22:06]
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/7552
[13 Jun 2006 10:33]
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/7562
[16 Jun 2006 13:53]
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/7762
[18 Jun 2006 20:58]
Guilhem Bichot
Funny: INSERT ON DUPLICATE KEY UPDATE has a similar bug, I will submit a total patch to fix both bugs.
[20 Jun 2006 20:16]
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/7965
[22 Jun 2006 20: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/8104
[3 Jul 2006 10:08]
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/8638
[5 Jul 2006 12:42]
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/8754
[11 Jul 2006 8:49]
Guilhem Bichot
pushed into replication team trees 5.0 and 5.1, will be in 5.0.24 and 5.1.12. ChangeSet guilhem@mysql.com|ChangeSet|20060705124135|09883 2006/07/05 14:41:35+02:00 guilhem@mysql.com +5 -0 Fix for BUG#20188 "REPLACE or ON DUPLICATE KEY UPDATE in auto_increment breaks binlog": if slave's table had a higher auto_increment counter than master's (even though all rows of the two tables were identical), then in some cases, REPLACE and INSERT ON DUPLICATE KEY UPDATE failed to replicate statement-based (it inserted different values on slave from on master).
[1 Aug 2006 3:09]
Paul DuBois
Noted in 5.0.24, 5.1.12 changelogs.