r45555 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45554‎ | r45555 | r45556 >
Date:08:04, 8 January 2009
Author:tstarling
Status:ok
Tags:
Comment:
USE INDEX is the option name, it's converted to MySQL-specific FORCE INDEX by the Database class.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -36,7 +36,7 @@
3737 'ar_user', 'ar_user_text', 'ar_deleted'
3838 ),
3939 'conds' => $conds,
40 - 'options' => array( 'FORCE INDEX' => $index )
 40+ 'options' => array( 'USE INDEX' => $index )
4141 );
4242 }
4343

Status & tagging log