[MDEV-4997] Rare autoincrement issue Created: 2013-09-05 Updated: 2013-10-24 Due: 2013-10-07 Resolved: 2013-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.32 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | denshade (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I do an insert, we don't specify the id so it uses autoincrement.
with params ["value1", "aaaa, 1, "2013-09-02 07:33:11", "2013-09-02 18:47:16", 25595, 899] It causes a duplicate entry: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '5' The status of the table is OK: Here is the show create:
|
| Comments |
| Comment by Sergei Golubchik [ 2013-09-07 ] |
|
I couldn't repeat the bug based on the information you provided. |