r46509 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46508‎ | r46509 | r46510 >
Date:01:22, 29 January 2009
Author:simetrical
Status:ok
Tags:
Comment:
Reduce queries on RecentChanges via more LinkBatch
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -110,6 +110,7 @@
111111 foreach( $rows as $row ) {
112112 $batch->add( NS_USER, $row->rc_user_text );
113113 $batch->add( NS_USER_TALK, $row->rc_user_text );
 114+ $batch->add( $row->rc_namespace, $row->rc_title );
114115 }
115116 $batch->execute();
116117 }

Status & tagging log