https://bugzilla.wikimedia.org/show_bug.cgi?id=27283
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Marcin Cieślak <[email protected]> 2012-03-14 22:41:48 UTC --- This probably happens every time we do MySQL's "REPLACE" or "INSERT IGNORE". We fake them using an extra savepoint; unfortunately there are problems with proper rollback. Can you check if r113534 fixes this (it's actually a whole series starting with r113408, sorry for the mess). Please enable $wgDebugDBTransactions = true; to see transaction state transitions. -- 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
