r6654 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r6653‎ | r6654 | r6655 >
Date:08:48, 12 December 2004
Author:timstarling
Status:old
Tags:
Comment:
committing live patch to limit returned rows, author unknown
Modified paths:
  • /branches/REL1_4/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/includes/CategoryPage.php
@@ -74,7 +74,7 @@
7575
7676 $t = $dbr->strencode( $this->mTitle->getDBKey() );
7777 $sql = "SELECT DISTINCT cur_title,cur_namespace FROM $cur,$categorylinks " .
78 - "WHERE cl_to='$t' AND cl_from=cur_id AND cur_is_redirect=0 ORDER BY cl_sortkey" ;
 78+ "WHERE cl_to='$t' AND cl_from=cur_id AND cur_is_redirect=0 ORDER BY cl_sortkey LIMIT 100" ;
7979 $res = $dbr->query( $sql, $fname ) ;
8080 # For all pages that link to this category
8181 while ( $x = $dbr->fetchObject ( $res ) )

Status & tagging log