Siebrand has submitted this change and it was merged. Change subject: Silenice trx warnings from LoadBalancer. ......................................................................
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 --- M includes/db/Database.php M includes/db/LoadBalancer.php 2 files changed, 15 insertions(+), 12 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/27274 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id68c3607f6b9d930c00422baa6658b0651f2e42e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
