Bug #92253 | auto_increment column produce duplicate value | ||
---|---|---|---|
Submitted: | 31 Aug 2018 4:06 | Modified: | 31 Aug 2018 10:05 |
Reporter: | mike feng | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.7.16 Source distribution | OS: | Linux (embed system) |
Assigned to: | CPU Architecture: | ARM (armv7l) | |
Tags: | auto_increment, duplicate key |
[31 Aug 2018 4:06]
mike feng
[31 Aug 2018 4:09]
mike feng
I had temporarily resolve this issue by : alter table result_data_detail auto_increment 253416; I hope this help.
[31 Aug 2018 5:18]
mike feng
when select * from result_data_detail where id = 253416 returns 0 row.
[31 Aug 2018 10:05]
MySQL Verification Team
Hello Mike, Thank you for the report. This issue was initially fixed in 5.7.17 after Bug #76872, which was again resurfaced in Bug #88321. Marking this as duplicate of Bug #88321. regards, Umesh