iCosmo Are you sure nobody created discussion 86 and permanently deleted it afterward ?
I suppose there could also be multiple MySQL reasons for an ID to be skipped. Maybe a backup happened at that time, or maybe some parallel queries caused the auto increment to skip 1, or maybe something else ? I'm not sure those example could actually cause it, but yeah. MySQL auto-increment are probably guaranteed to be incremental, but I don't think they are guaranteed to never skip any number.