Bug #19025 | mysqldump doesn't correctly dump "auto_increment = [int]" | ||
---|---|---|---|
Submitted: | 11 Apr 2006 22:10 | Modified: | 17 May 2006 18:27 |
Reporter: | Torrey Hoffman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.15, 4.1.18 | OS: | pc-linux-gnu (i686) |
Assigned to: | Tatiana Azundris Nuernberg | CPU Architecture: | Any |
[11 Apr 2006 22:10]
Torrey Hoffman
[12 Apr 2006 8:39]
Hartmut Holzgraefe
The same is true for SHOW CREATE TABLE, the initial auto_increment value is not shown test case: drop table if exists t1; create table t1 ( i int auto_increment primary key) auto_increment=1000; show create table t1;
[20 Apr 2006 23: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/5233
[22 Apr 2006 1:10]
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/5329
[22 Apr 2006 14:03]
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/5338
[24 Apr 2006 20:12]
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/5429
[28 Apr 2006 6:09]
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/5668
[15 May 2006 14:06]
Tatiana Azundris Nuernberg
fixed in 4.1.20, 5.0.22
[17 May 2006 18:27]
Paul DuBois
Noted in 4.1.20, 5.0.22 changelogs. For a table with an <literal>AUTO_INCREMENT</literal> column, <literal>SHOW CREATE TABLE</literal> now shows the next <literal>AUTO_INCREMENT</literal> value to be generated.
[1 Nov 2007 16:28]
Richard Fearn
To prevent any confusion - this bug was fixed in 5.0.23, not 5.0.22. It's mentioned in the 5.0.23 changelog: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-23.html