Merge r86398 into the old wfWaitForSlaves. Update core calls.
authorPlatonides <platonides@users.mediawiki.org>
Wed, 20 Apr 2011 00:12:06 +0000 (00:12 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 20 Apr 2011 00:12:06 +0000 (00:12 +0000)
commit62053ac8fda5b00457bb3ad1891eac2316cf707d
treec9be402d0d9dec365da742c2143f49796dd78729
parentfb0df526c2c1499e607af82c0173b622afa3e915
Merge r86398 into the old wfWaitForSlaves. Update core calls.
maintenance/waitForSlave.php still calls the old prototype.
Most instances were replaced with
sed -i 's/wfWaitForSlaves( [0-9]* );/wfWaitForSlaves();/' ./maintenance/initEditCount.php ./maintenance/updateRestrictions.php ./maintenance/updateSpecialPages.php ./maintenance/importDump.php ./maintenance/moveBatch.php ./maintenance/storage/resolveStubs.php ./maintenance/storage/trackBlobs.php ./maintenance/storage/fixBug20757.php ./maintenance/storage/moveToExternal.php ./maintenance/storage/compressOld.inc ./maintenance/populateSha1.php ./maintenance/deleteDefaultMessages.php ./maintenance/migrateUserGroup.php ./maintenance/importImages.php ./maintenance/runJobs.php ./maintenance/archives/upgradeLogging.php ./maintenance/deleteBatch.php ./maintenance/populateLogSearch.php ./maintenance/populateLogUsertext.php ./maintenance/gearman/gearmanWorker.php ./maintenance/populateRevisionLength.php ./maintenance/refreshLinks.php ./maintenance/deleteSelfExternals.php ./maintenance/upgrade1_5.php ./maintenance/rebuildFileCache.php ./includes/job/RefreshLinksJob.php ./includes/installer/MysqlUpdater.php ./maintenance/convertUserOptions.php ./maintenance/populateParentId.php ./maintenance/runBatchedQuery.php ./maintenance/upgrade1_5.php ./maintenance/waitForSlave.php ./maintenance/populateCategory.php ./maintenance/importImages.php
32 files changed:
includes/GlobalFunctions.php
includes/installer/MysqlUpdater.php
includes/job/RefreshLinksJob.php
maintenance/archives/upgradeLogging.php
maintenance/convertUserOptions.php
maintenance/deleteBatch.php
maintenance/deleteDefaultMessages.php
maintenance/deleteSelfExternals.php
maintenance/gearman/gearmanWorker.php
maintenance/importDump.php
maintenance/importImages.php
maintenance/initEditCount.php
maintenance/migrateUserGroup.php
maintenance/moveBatch.php
maintenance/populateCategory.php
maintenance/populateLogSearch.php
maintenance/populateLogUsertext.php
maintenance/populateParentId.php
maintenance/populateRevisionLength.php
maintenance/populateSha1.php
maintenance/rebuildFileCache.php
maintenance/refreshLinks.php
maintenance/runBatchedQuery.php
maintenance/runJobs.php
maintenance/storage/compressOld.inc
maintenance/storage/fixBug20757.php
maintenance/storage/moveToExternal.php
maintenance/storage/resolveStubs.php
maintenance/storage/trackBlobs.php
maintenance/updateRestrictions.php
maintenance/updateSpecialPages.php
maintenance/upgrade1_5.php