The live immediateBegin hack didn't actually do anything, removing.
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 24 Feb 2006 23:51:01 +0000 (23:51 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 24 Feb 2006 23:51:01 +0000 (23:51 +0000)
includes/JobQueue.php

index 82d2fca..265aa9c 100644 (file)
@@ -49,7 +49,6 @@ class Job {
                // Pop an item off the front of the queue
                // Method due to Domas, may not work on all DBMSes
                $dbw =& wfGetDB( DB_MASTER );
-               $dbw->immediateBegin();
                $jobTable = $dbw->tableName( 'job' );
                $dbw->query( "DELETE FROM $jobTable WHERE " .
                        '(job_cmd = @job_cmd := job_cmd) AND ' .