USE INDEX is the option name, it's converted to MySQL-specific FORCE INDEX by the...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 8 Jan 2009 08:04:39 +0000 (08:04 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 8 Jan 2009 08:04:39 +0000 (08:04 +0000)
includes/specials/SpecialDeletedContributions.php

index 513d25e..e72d400 100644 (file)
@@ -36,7 +36,7 @@ class DeletedContribsPager extends IndexPager {
                                'ar_user', 'ar_user_text', 'ar_deleted'
                        ),
                        'conds' => $conds,
-                       'options' => array( 'FORCE INDEX' => $index )
+                       'options' => array( 'USE INDEX' => $index )
                );
        }