Bug #37399 | auto_increment value gets out of sync on master and slave | ||
---|---|---|---|
Submitted: | 13 Jun 2008 16:07 | Modified: | 4 Mar 2009 8:06 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Row Based Replication ( RBR ) | Severity: | S3 (Non-critical) |
Version: | 5.1.26, 6.0 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[13 Jun 2008 16:07]
Shane Bester
[13 Jun 2008 16:08]
MySQL Verification Team
my (cutted) output: on master i got: mysql> show table status like 'at'\G Name: at Engine: InnoDB Rows: 5 Auto_increment: 7 <-- 1 row in set (0.02 sec) on slave i got: mysql> show table status like 'at'\G Name: at Engine: InnoDB Rows: 5 Auto_increment: 4 <-- 1 row in set (0.00 sec)
[16 Jun 2008 18:08]
Sveta Smirnova
Thank you for the report. Verified as described.
[16 Jun 2008 18:11]
Sveta Smirnova
Workaround >1, because bug is not repeatable with mixed mode or MyISAM storage engine.