Brian Wolff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/288032

Change subject: Use STRAIGHT_JOIN on updateCollation.php per jcrespo
......................................................................

Use STRAIGHT_JOIN on updateCollation.php per jcrespo

Was not using the right index on ruwiktionary

Bug: T58041
Change-Id: Ib55a2cdd7807a96df7076a1b54457dd4f74912ce
---
M maintenance/updateCollation.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/32/288032/1

diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php
index 6d9a616..5882ff5 100644
--- a/maintenance/updateCollation.php
+++ b/maintenance/updateCollation.php
@@ -97,6 +97,7 @@
                $options = [
                        'LIMIT' => self::BATCH_SIZE,
                        'ORDER BY' => $orderBy,
+                       'STRAIGHT_JOIN' // per T58041
                ];
 
                if ( $force || $dryRun ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/288032
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib55a2cdd7807a96df7076a1b54457dd4f74912ce
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to