Index: branches/REL1_4/phase3/includes/CategoryPage.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | |
76 | 76 | $t = $dbr->strencode( $this->mTitle->getDBKey() ); |
77 | 77 | $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" ; |
79 | 79 | $res = $dbr->query( $sql, $fname ) ; |
80 | 80 | # For all pages that link to this category |
81 | 81 | while ( $x = $dbr->fetchObject ( $res ) ) |