Index: trunk/phase3/includes/api/ApiQueryBacklinks.php |
— | — | @@ -169,6 +169,7 @@ |
170 | 170 | $this->addWhereFld('page_is_redirect', 0); |
171 | 171 | $this->addOption('LIMIT', $this->params['limit'] + 1); |
172 | 172 | $this->addOption('ORDER BY', $this->bl_sort); |
| 173 | + $this->addOption('USE INDEX', array('page' => 'PRIMARY')); |
173 | 174 | } |
174 | 175 | |
175 | 176 | private function run($resultPageSet = null) { |