https://bugzilla.wikimedia.org/show_bug.cgi?id=33271
--- Comment #7 from Aaron Schulz <[email protected]> 2011-12-21 08:44:41 UTC --- The delete() would block on the EX lock of the insert by the other process and then lock the index gap for the row in delete()...so the shouldn't the second insert() always work? That said, the code should still check for this, since some people use MyISAM...which sucks for MW but whatever. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
