Make DeferredUpdates::doUpdates always commit per task
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 8 Oct 2015 07:09:08 +0000 (00:09 -0700)
committerOri.livneh <ori@wikimedia.org>
Thu, 22 Oct 2015 01:27:08 +0000 (01:27 +0000)
commita8590172c8b4898f0dc07203104c92b3835aadee
treea575318b9329899684236bf3e5fb0ffce5290f89
parentca2840b5a573fb948f6638f733e9cbfc068d9be9
Make DeferredUpdates::doUpdates always commit per task

* All callers are either using commit already or would be fine
  using it (e.g. Maintenance scripts and JobRunner that have
  no real transaction open).

Change-Id: I9f54b27619da6dac2cb63d255995aabc4ee78002
includes/MediaWiki.php
includes/deferred/DeferredUpdates.php
maintenance/doMaintenance.php