Silenice trx warnings from LoadBalancer.
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 9 Oct 2012 10:26:47 +0000 (12:26 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 9 Oct 2012 10:30:54 +0000 (12:30 +0200)
commit985368cb9a1cb97c389687ab21c851c8dcfa1582
tree75d27b765513d6545ccd59a0754872c25802d064
parentd4b046a8934d1206e5f6eb6b3d1ba206db814a46
Silenice trx warnings from LoadBalancer.

This is a follow-up to Idbe4a903.

LoadBalancer::commitMasterChanges used to cause a warning if an implicite
transaction was in progress. This is now supressed.

Note that warnign when an automatic transaction is committed explicitely,
it does make sense to issue a warning. But that should not be done for summary
commits when closing a connection, etc.

Change-Id: Id68c3607f6b9d930c00422baa6658b0651f2e42e
includes/db/Database.php
includes/db/LoadBalancer.php