| Issue 518: | MySQL counters reset on server restart | |
| 6 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Install database on MySQL with InnoDB table type. 2. Insert a few changes. 3. Restart the server. 4. Insert some more changes, duplicate key errors should occur. This is a "documented feature" of MySQL with the InnoDB table types. According to bugs 199[1] and 727[2], the server resets the counter to MAX + 1 after a restart. Which breaks the numbering scheme we use for these counters. [1] http://bugs.mysql.com/bug.php?id=199 [2] http://bugs.mysql.com/bug.php?id=727
Jun 20, 2011
#1
sop@google.com
Jun 20, 2011
(No comment was entered for this change.)
Status:
Submitted
Labels: FixedIn-2.2.2
Jun 24, 2011
(No comment was entered for this change.)
Labels:
FixedIn-2.1.8
Aug 30, 2011
Issue 1118 has been merged into this issue.
Jan 15, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |