Merge "Sanity check "stashedtexthash" param before checking memcached"
[lhc/web/wiklou.git] / includes / api / ApiQueryLinks.php
index d29a763..4b34091 100644 (file)
@@ -137,7 +137,6 @@ class ApiQueryLinks extends ApiQueryGeneratorBase {
 
                $order[] = $this->prefix . '_title' . $sort;
                $this->addOption( 'ORDER BY', $order );
-               $this->addOption( 'USE INDEX', [ $this->table => 'PRIMARY' ] );
                $this->addOption( 'LIMIT', $params['limit'] + 1 );
 
                $res = $this->select( __METHOD__ );