From 01bcb5a9e645dcc06e00112c2e5863087fabf9eb Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Tue, 10 May 2016 15:30:03 -0400 Subject: [PATCH] Use STRAIGHT_JOIN on updateCollation.php per jcrespo Was not using the right index on ruwiktionary Bug: T58041 Change-Id: Ib55a2cdd7807a96df7076a1b54457dd4f74912ce --- maintenance/updateCollation.php | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.20.1