From 7561eba197a49703d924a0395c1662d81c47044b Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 24 Feb 2006 23:51:01 +0000 Subject: [PATCH] The live immediateBegin hack didn't actually do anything, removing. --- includes/JobQueue.php | 1 - 1 file changed, 1 deletion(-) 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 ' . -- 2.20.1