r41064 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41063‎ | r41064 | r41065 >
Date:09:02, 20 September 2008
Author:aaron
Status:old
Tags:
Comment:
Revert r40909, still too slow for comfort
Modified paths:
  • /trunk/phase3/includes/specials/SpecialShortpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialShortpages.php
@@ -19,7 +19,7 @@
2020 * This query is indexed as of 1.5
2121 */
2222 function isExpensive() {
23 - return false;
 23+ return true;
2424 }
2525
2626 function isSyndicated() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r40909This is indexed now, do live. (bug 3945)aaron12:06, 16 September 2008