Remove DeferredUpdates::doUpdates call in CLI scripts
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 20 Oct 2015 18:05:45 +0000 (11:05 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 20 Oct 2015 18:18:38 +0000 (11:18 -0700)
commitf5e6756da76ecfd0ba08d61a631344c0f571dfe0
treed19b23dbc7431b8289df035e5bef8721dfe2e8ca
parent7ea4be3c62711521f718d07cbd9668ffe952d385
Remove DeferredUpdates::doUpdates call in CLI scripts

Core already handles this by not letting them build up.
They run after each main DB commit.

Change-Id: I37c2a60e2df579ed59b2a8f3a7679d1d380e6337
maintenance/importDump.php