r32948 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32947‎ | r32948 | r32949 >
Date:08:51, 8 April 2008
Author:aaron
Status:old
Tags:
Comment:
type/time
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -498,6 +498,8 @@
499499 $index = array( 'USE INDEX' => array( 'logging' => 'user_time' ) );
500500 } else if( $this->title || $this->pattern ) {
501501 $index = array( 'USE INDEX' => array( 'logging' => 'page_time' ) );
 502+ } else if( $this->type ) {
 503+ $index = array( 'USE INDEX' => array( 'logging' => 'type_time' ) );
502504 } else {
503505 $index = array( 'USE INDEX' => array( 'logging' => 'times' ) );
504506 }

Status & tagging log