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 @@
44
44
'fields' => array ( 'cat_title AS title',
45
45
NS_CATEGORY . ' AS namespace',
46
46
'cat_pages AS value' ),
47
- 'options' => array ( 'ORDER BY' => 'cat_pages' )
48
47
);
49
48
}
50
49
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r103759
* (
bug 13577
) Optimize query in Special Unusedcategories & Special Mostlinked...
reedy
14:49, 20 November 2011
Status & tagging log
22:34, 20 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r103760
[
removed:
new
added:
ok]