Bug #10184 | auto-increment key not checked for value if in composite key | ||
---|---|---|---|
Submitted: | 26 Apr 2005 16:32 | Modified: | 13 May 2005 12:29 |
Reporter: | SINISA MILIVOJEVIC | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 4.0 and higher | OS: | Any (any) |
Assigned to: | Michael Widenius | CPU Architecture: | Any |
[26 Apr 2005 16:32]
SINISA MILIVOJEVIC
[13 May 2005 12:29]
Michael Widenius
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 Additional info: This is correct behaviour as the auto-increment part is not the first part of the key. In this case the value for the auto-increment key is calculated on insert based on the existing values in the table.