Go to the source code of this file.
Variables | |
$dbw = wfGetDB( DB_MASTER ) | |
$count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' ) | |
print $count | n |
Report number of jobs currently waiting in master database.
Definition in file showJobs.php.
$count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' ) |
Definition at line 15 of file showJobs.php.
$dbw = wfGetDB( DB_MASTER ) |
Definition at line 14 of file showJobs.php.
Definition at line 16 of file showJobs.php.