Bug #1017 | Auto-increment column | ||
---|---|---|---|
Submitted: | 9 Aug 2003 10:13 | Modified: | 11 Aug 2003 2:09 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 4.0.13 | OS: | Linux (Linux) |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
[9 Aug 2003 10:13]
[ name withheld ]
[11 Aug 2003 2:09]
Alexander Keremidarski
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php From InnoDB manual as found at: http://www.innodb.com/ibman.html 14 Restrictions on InnoDB tables ... * For an AUTO_INCREMENT column one must always define a key to the table, and that key must contain just the auto-increment column.