http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99650

Revision: 99650
Author:   asher
Date:     2011-10-12 21:00:44 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
removing 'for update' 

Modified Paths:
--------------
    branches/wmf/1.18wmf1/includes/job/JobQueue.php

Modified: branches/wmf/1.18wmf1/includes/job/JobQueue.php
===================================================================
--- branches/wmf/1.18wmf1/includes/job/JobQueue.php     2011-10-12 20:32:07 UTC 
(rev 99649)
+++ branches/wmf/1.18wmf1/includes/job/JobQueue.php     2011-10-12 21:00:44 UTC 
(rev 99650)
@@ -63,7 +63,7 @@
                        '*',
                        array( 'job_cmd' => $type ),
                        __METHOD__,
-                       array( 'LIMIT' => 1, 'FOR UPDATE' )
+                       array( 'LIMIT' => 1 )
                );
 
                if ( $row === false ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to