jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Jcrespo: Looks good to me, but someone else must approve
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ib55a2cdd7807a96df7076a1b54457dd4f74912ce
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to