Make DeferredUpdates::doUpdates use DataUpdate::runUpdates
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 8 Oct 2015 06:46:18 +0000 (23:46 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 8 Oct 2015 07:21:47 +0000 (07:21 +0000)
commitccab8f10f67e4d733a12118c5c18e5afa7af451c
tree8945295ea022371a5fae41980dfcf8d2415f46f3
parent15adbabc3a1d564241ee09ac8091760b302b6b6f
Make DeferredUpdates::doUpdates use DataUpdate::runUpdates

All DataUpdate objects will be managed by runUpdates() while
the other DeferrableUpdate objects will still be run here.
This respects the transaction sematics of DataUpdate a bit more.

Change-Id: Ia0d2dd26a38b0e8911589407b533b58d04d2b084
includes/deferred/DeferredUpdates.php