Add wfWaitForSlaves() call in DatabaseUpdater::runUpdates()

Related to bug T68887, but not the complete fix

Bug: T68887
Change-Id: I7320ca04d91f81fdf43d17e33c66cfc58c21a30c
This commit is contained in:
Reedy 2014-06-20 21:15:31 +01:00
parent a09d063de3
commit 05ee7808c8

View file

@ -455,6 +455,7 @@ abstract class DatabaseUpdater {
flush();
if ( $ret !== false ) {
$updatesDone[] = $origParams;
wfWaitForSlaves();
} else {
$updatesSkipped[] = array( $func, $params, $origParams );
}