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:
parent
a09d063de3
commit
05ee7808c8
1 changed files with 1 additions and 0 deletions
|
|
@ -455,6 +455,7 @@ abstract class DatabaseUpdater {
|
|||
flush();
|
||||
if ( $ret !== false ) {
|
||||
$updatesDone[] = $origParams;
|
||||
wfWaitForSlaves();
|
||||
} else {
|
||||
$updatesSkipped[] = array( $func, $params, $origParams );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue