This is quite scary, I wonder how many systems I’ve been on that have had minor unnoticed data corruptions because of this. This is truely a weird thing to not fix
Probably because it's not that scary. In practice, it would generally be a non-issue.
1) mysql server restarts are rare. you'd need a delete followed by a restart to trigger this.
2) you may be using soft deletes, which wouldn't trigger this problem anyway.
3) even if an ID gets reused, it may not actually matter (application dependent.)
[+] [-] jlgaddis|8 years ago|reply
[+] [-] PhantomGremlin|8 years ago|reply
And 14 1/2 years after the first bug report the bug is fixed and: Thank you for the bug report.
[+] [-] kanwisher|8 years ago|reply
[+] [-] icedchai|8 years ago|reply
1) mysql server restarts are rare. you'd need a delete followed by a restart to trigger this. 2) you may be using soft deletes, which wouldn't trigger this problem anyway. 3) even if an ID gets reused, it may not actually matter (application dependent.)
[+] [-] bkm|8 years ago|reply
[+] [-] noncoml|8 years ago|reply
[+] [-] jar3624|8 years ago|reply
[+] [-] andrewstuart|8 years ago|reply
[+] [-] marindez|8 years ago|reply