PleaseStand has uploaded a new change for review.

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


Change subject: HistoryBlobCurStub: correct setting name in doc comment
......................................................................

HistoryBlobCurStub: correct setting name in doc comment

It is $wgLegacySchemaConversion = true that causes these to be
inserted into the text table when upgrading from 1.4 or earlier,
and this is the only occurrence of $wgFastSchemaUpgrades even on
the REL1_5 branch.

Change-Id: I57634343d3515a4fb982c648e22ad23c2af0f2f6
---
M includes/HistoryBlob.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/69/92169/1

diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php
index 31aa0f8..9c50895 100644
--- a/includes/HistoryBlob.php
+++ b/includes/HistoryBlob.php
@@ -290,7 +290,7 @@
  * of megabytes of data during the conversion downtime.
  *
  * Serialized HistoryBlobCurStub objects will be inserted into the text table
- * on conversion if $wgFastSchemaUpgrades is set to true.
+ * on conversion if $wgLegacySchemaConversion is set to true.
  */
 class HistoryBlobCurStub {
        var $mCurId;

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

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

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

Reply via email to