https://bugzilla.wikimedia.org/show_bug.cgi?id=41609
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Severity|major |normal --- Comment #4 from Aaron Schulz <[email protected]> --- This is far less frequent after the CentralAuth fix by Marius to check if names are valid before doing the INSERT (the IGNORE caused silent truncation, so the insert affected a row but the SELECT later failed). This still sometimes occurs due to INSERT INGORE semantics mixing very awkwardly with REPEATABLE READ isolation. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
