r80351 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80350‎ | r80351 | r80352 >
Date:23:24, 14 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Bleh, didn't press save again (r80350)
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryCategoryMembers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php
@@ -125,10 +125,10 @@
126126 $this->addOption( 'USE INDEX', 'cl_sortkey' );
127127 }
128128
 129+ $this->setContinuation( $params['continue'], $params['dir'] );
 130+
129131 $this->addWhere( 'cl_from=page_id' );
130132
131 - $this->setContinuation( $params['continue'], $params['dir'] );
132 -
133133 $limit = $params['limit'];
134134 $this->addOption( 'LIMIT', $limit + 1 );
135135

Follow-up revisions

RevisionCommit summaryAuthorDate
r807221.17: MFT r80324, r80326, r80328, r80339, r80350, r80351, r80355, r80358, r80...catrope23:00, 21 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80350More query reorganisation, in an attempt to be index friendlyreedy23:20, 14 January 2011

Status & tagging log