r99650 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99649‎ | r99650 | r99651 >
Date:21:00, 12 October 2011
Author:asher
Status:ok
Tags:
Comment:
removing 'for update'
Modified paths:
  • /branches/wmf/1.18wmf1/includes/job/JobQueue.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/job/JobQueue.php
@@ -63,7 +63,7 @@
6464 '*',
6565 array( 'job_cmd' => $type ),
6666 __METHOD__,
67 - array( 'LIMIT' => 1, 'FOR UPDATE' )
 67+ array( 'LIMIT' => 1 )
6868 );
6969
7070 if ( $row === false ) {

Status & tagging log