r10034 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10033‎ | r10034 | r10035 >
Date:19:38, 9 July 2005
Author:hashar
Status:old
Tags:
Comment:
Dropping DISTINCT
Modified paths:
  • /trunk/phase3/includes/SpecialUnusedcategories.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUnusedcategories.php
@@ -27,7 +27,7 @@
2828 $NScat = NS_CATEGORY;
2929 $dbr =& wfGetDB( DB_SLAVE );
3030 extract( $dbr->tableNames( 'categorylinks','page' ));
31 - return "SELECT DISTINCT 'Unusedcategories' as type,
 31+ return "SELECT 'Unusedcategories' as type,
3232 {$NScat} as namespace, page_title as title, 1 as value
3333 FROM $page
3434 LEFT JOIN $categorylinks ON page_title=cl_to

Status & tagging log