Bug #11932 | Replication auto_increment gets out of sync | ||
---|---|---|---|
Submitted: | 14 Jul 2005 10:39 | Modified: | 22 May 2006 20:25 |
Reporter: | Are Casilla | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0 | OS: | Linux (linux) |
Assigned to: | Bugs System | CPU Architecture: | Any |
[14 Jul 2005 10:39]
Are Casilla
[2 Aug 2005 10:48]
Aleksey Kishkin
Hi! tested against 5.0.10 and ws not able to reproduce. on both servers (master and slave) got the same result: select * from test3; +----+------------+ | id | comment | +----+------------+ | 1 | testtest 1 | | 2 | test 2 | +----+------------+ 2 rows in set (0.00 sec) Could you check if latest mysql server works properly on your computer?
[2 Aug 2005 11:21]
Aleksey Kishkin
sorry I was wrong: on slave result is mysql> select * from t; +----+------------+ | id | fname | +----+------------+ | 2 | testtest 1 | | 3 | test | +----+------------+ 2 rows in set (0.00 sec)
[8 Mar 2006 8:57]
Magnus BlÄudd
Duplicate of bug#14945? Or at least caused by same problem.
[12 Apr 2006 3:43]
Greg Lehey
Magnus' comment appears to be correct. This problem no longer occurs in the same manner. It can probably be closed, but I want to take a more thorough look before closing it.
[3 May 2006 6:58]
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/5848
[3 May 2006 6:59]
Greg Lehey
Wrote test case rpl_auto_increment_11932 for this bug. It no longer fails.
[22 May 2006 20:25]
Paul DuBois
Test case change. No changelog entry needed.