r103760 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103759‎ | r103760 | r103761 >
Date:15:01, 20 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Query already does ORDER BY value, so remove manual order by from r103759
Modified paths:
  • /trunk/phase3/includes/specials/SpecialMostlinkedcategories.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialMostlinkedcategories.php
@@ -43,7 +43,6 @@
4444 'fields' => array ( 'cat_title AS title',
4545 NS_CATEGORY . ' AS namespace',
4646 'cat_pages AS value' ),
47 - 'options' => array ( 'ORDER BY' => 'cat_pages' )
4847 );
4948 }
5049

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103759* (bug 13577) Optimize query in Special Unusedcategories & Special Mostlinked...reedy14:49, 20 November 2011

Status & tagging log