Revision: 48481
Author: tstarling
Date: 2009-03-17 08:37:25 +0000 (Tue, 17 Mar 2009)
Log Message:
-----------
No it is not a FIFO, what's your point?
Modified Paths:
--------------
trunk/phase3/includes/JobQueue.php
Modified: trunk/phase3/includes/JobQueue.php
===================================================================
--- trunk/phase3/includes/JobQueue.php 2009-03-17 06:24:31 UTC (rev 48480)
+++ trunk/phase3/includes/JobQueue.php 2009-03-17 08:37:25 UTC (rev 48481)
@@ -126,7 +126,6 @@
if ( !$affected ) {
// Failed, someone else beat us to it
// Try getting a random row
- // FIXME: FIFO???
$row = $dbw->selectRow( 'job', array( 'MIN(job_id) as
minjob',
'MAX(job_id) as maxjob' ), '1=1', __METHOD__ );
if ( $row === false || is_null( $row->minjob ) ||
is_null( $row->maxjob ) ) {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs