From: Tim Starling Date: Fri, 24 Feb 2006 23:51:01 +0000 (+0000) Subject: The live immediateBegin hack didn't actually do anything, removing. X-Git-Tag: 1.6.0~282 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=7561eba197a49703d924a0395c1662d81c47044b;p=lhc%2Fweb%2Fwiklou.git The live immediateBegin hack didn't actually do anything, removing. --- diff --git a/includes/JobQueue.php b/includes/JobQueue.php index 82d2fcaa63..265aa9c254 100644 --- a/includes/JobQueue.php +++ b/includes/JobQueue.php @@ -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 ' .