Unbreak the DB updater by removing transaction from doUpdates()
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 10 Jul 2016 14:10:11 +0000 (07:10 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 10 Jul 2016 23:28:42 +0000 (23:28 +0000)
commitd82ef89249e7062019f6822d08d280eeb814f8bc
treea2e5d8873e929b58d0349b6be3d92c0220a0a1a0
parent86c82492ecf34bf2fbc140a61b148be7f203d772
Unbreak the DB updater by removing transaction from doUpdates()

Each update should manage its own transactions, which is necessary
when batching is needed. Previously, maintenance updates would try
to nest begin() and an exception would halt update.php.

Bug: T89363
Change-Id: Iaadf847dcef46654e25f89680072dccd4cb5998e
includes/installer/DatabaseUpdater.php