Remove AUTO_INCREMENT resets when removing an association from the database.
These calls are apparently quite expensive on larger databases, and nothing requires that the association id number not have any skipped values. So stop doing this. Performance problems first reported by Jessica Nettelblad. Bug 4785.
Please register or sign in to comment