Bug #76463 | Log error when AUTO INCREMENT column has reached max value. | ||
---|---|---|---|
Submitted: | 23 Mar 2015 17:27 | Modified: | 23 Mar 2015 23:04 |
Reporter: | Van Stokes | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 5.0/5.1/5.5/5.6/5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | auto increment |
[23 Mar 2015 17:27]
Van Stokes
[23 Mar 2015 23:04]
MySQL Verification Team
Thank you for the bug report. I got the below error message in the command client but nothing printed in the log error. mysql 5.6 > insert into dk (id) values (NULL); ERROR 1062 (23000): Duplicate entry '2147483647' for key 'PRIMARY' mysql 5.6 > exit Bye
[17 Feb 2016 8:52]
MySQL Verification Team
Related Bug #66566, Bug #80373