https://bugzilla.wikimedia.org/show_bug.cgi?id=40375
--- Comment #3 from Daniel Kinzler <[email protected]> 2012-09-22 19:40:59 UTC --- DatabaseBase::query() unilaterally starts a transaction? Without any control over when or how that transaction gets committed? is that the mysterious DBO_TRX stuff that Aaron was talking about? This scares me... To me, transactions should always be opened and closed in the same scope, or at least in the same class... any automatism is bound to break the symmetry, silently causing race conditions and inconsistencies... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
