r61976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61975‎ | r61976 | r61977 >
Date:14:55, 4 February 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r61957, define $index
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryRevisions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryRevisions.php
@@ -142,6 +142,9 @@
143143 $this->fld_user = isset ( $prop['user'] );
144144 $this->token = $params['token'];
145145
 146+ // Possible indexes used
 147+ $index = array();
 148+
146149 if ( !is_null( $this->token ) || $pageCount > 0 ) {
147150 $this->addFields( Revision::selectPageFields() );
148151 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61957Fix for r58399 (missing index on change_tag table), using the patch from bug ...tstarling23:30, 3 February 2010

Status & tagging log