From: Brian Wolff Date: Tue, 10 May 2016 19:30:03 +0000 (-0400) Subject: Use STRAIGHT_JOIN on updateCollation.php per jcrespo X-Git-Tag: 1.31.0-rc.0~7021^2 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=01bcb5a9e645dcc06e00112c2e5863087fabf9eb;p=lhc%2Fweb%2Fwiklou.git Use STRAIGHT_JOIN on updateCollation.php per jcrespo Was not using the right index on ruwiktionary Bug: T58041 Change-Id: Ib55a2cdd7807a96df7076a1b54457dd4f74912ce --- diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 6d9a616077..5882ff50d9 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -97,6 +97,7 @@ TEXT $options = [ 'LIMIT' => self::BATCH_SIZE, 'ORDER BY' => $orderBy, + 'STRAIGHT_JOIN' // per T58041 ]; if ( $force || $dryRun ) {