Index: trunk/phase3/maintenance/update.php |
— | — | @@ -88,6 +88,8 @@ |
89 | 89 | $wgTitle = Title::newFromText( "MediaWiki database updater" ); |
90 | 90 | |
91 | 91 | $this->output( "MediaWiki {$wgVersion} Updater\n\n" ); |
| 92 | + |
| 93 | + wfWaitForSlaves( 5 ); // let's not kill databases, shall we? ;) --tor |
92 | 94 | |
93 | 95 | if ( !$this->hasOption( 'skip-compat-checks' ) ) { |
94 | 96 | $this->compatChecks(); |