Use transaction listener to run DeferredUpdates in CLI mode
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 28 Aug 2016 16:06:57 +0000 (09:06 -0700)
committerKrinkle <krinklemail@gmail.com>
Thu, 1 Sep 2016 03:30:00 +0000 (03:30 +0000)
commit44f486ffac23cc4e7e1330f5040c5ccaeb491cd1
treec0c3f778e27b376be5ae1f32b5b6265b494956c1
parentc9f1f64cad140571728b395b95cbc8fb43d36670
Use transaction listener to run DeferredUpdates in CLI mode

This sets triggers on master position waits typically called
after commitMasterChanges() or in commitAndWaitForReplication().

Change-Id: I127a8fe3cfc319abfa84fcd221ee2dae191c6d3b
includes/deferred/DeferredUpdates.php
maintenance/Maintenance.php
maintenance/doMaintenance.php