Go to the source code of this file.
Functions | |
while($dbw->selectField( 'job', 'job_id', $conds, 'runJobs.php')) | runJobsLog ($msg) |
Variables | |
$optionsWithArgs = array( 'maxjobs', 'type', 'procs' ) | |
$wgUseNormalUser = true | |
$wgTitle = Title::newFromText( 'RunJobs.php' ) | |
$dbw = wfGetDB( DB_MASTER ) | |
$n = 0 | |
$conds = '' |
Usage: --maxjobs <num> (default 10000) --type <job_cmd>
Definition in file runJobs.php.
while ($dbw->selectField( 'job', 'job_id', $conds, 'runJobs.php')) runJobsLog | ( | $ | msg | ) |
$conds = '' |
Definition at line 43 of file runJobs.php.
Referenced by ProtectedtitlesPager::__construct(), ProtectedPagesPager::__construct(), MergeHistoryPager::__construct(), UserRestrictionsPager::__construct(), IPBlocklistPager::__construct(), LogPager::__construct(), SpecialRecentChanges::buildMainQueryConds(), compressWithConcat(), DatabaseIbm_db2::delete(), Database::delete(), Article::delete(), DatabasePostgres::deleteJoin(), DatabaseOracle::deleteJoin(), DatabaseMssql::deleteJoin(), DatabaseIbm_db2::deleteJoin(), Database::deleteJoin(), SpecialRecentchangeslinked::doMainQuery(), SpecialRecentChanges::doMainQuery(), Block::doRetroactiveAutoblock(), MovePageForm::doSubmit(), DatabasePostgres::estimateRowCount(), DatabaseMssql::estimateRowCount(), DatabaseIbm_db2::estimateRowCount(), Database::estimateRowCount(), SpecialRecentChanges::execute(), RecompressTracked::finishIncompleteMoves(), BacklinkCache::getConditions(), SpecialListUserRestrictionsForm::getConds(), LocalFile::getHistory(), BacklinkCache::getLinks(), Category::getMembers(), ProtectedtitlesPager::getQueryInfo(), ProtectedPagesPager::getQueryInfo(), NewPagesPager::getQueryInfo(), MergeHistoryPager::getQueryInfo(), UsersPager::getQueryInfo(), IPBlocklistPager::getQueryInfo(), DeletedContribsPager::getQueryInfo(), ContribsPager::getQueryInfo(), Title::getSubpages(), DbTestPreviewer::getTestStatusInfo(), Revision::getTimestampFromId(), DatabaseMssql::insertSelect(), Database::insertSelect(), isInactiveAccount(), PageArchive::listPagesByPrefix(), ArchivedFile::load(), Block::load(), MessageCache::loadFromDB(), OldLocalFile::loadFromDB(), Revision::loadFromPageId(), Block::loadRange(), ChangeTags::modifyDisplayQuery(), RecentChange::newFromConds(), OldLocalFile::newFromKey(), Revision::newFromTitle(), IndexPager::reallyDoQuery(), DatabaseMssql::select(), DatabaseIbm_db2::select(), Database::select(), Database::selectRow(), Database::selectSQLText(), SpecialAllpages::showChunk(), IPUnblockForm::showList(), LogEventsList::showLogExtract(), UpdateLogging::sync(), DatabaseMssql::update(), DatabaseIbm_db2::update(), Database::update(), wfGetArray(), wfInitStats(), wfSpecialWatchlist(), and wfUpdateArray().
$dbw = wfGetDB( DB_MASTER ) |
Definition at line 41 of file runJobs.php.
$n = 0 |
Definition at line 42 of file runJobs.php.
$optionsWithArgs = array( 'maxjobs', 'type', 'procs' ) |
Definition at line 13 of file runJobs.php.
$wgTitle = Title::newFromText( 'RunJobs.php' ) |
Definition at line 39 of file runJobs.php.
$wgUseNormalUser = true |
Definition at line 14 of file runJobs.php.