HistoryBlobCurStub: correct setting name in doc comment
authorKevin Israel <pleasestand@live.com>
Sun, 27 Oct 2013 05:10:12 +0000 (01:10 -0400)
committerKevin Israel <pleasestand@live.com>
Sun, 27 Oct 2013 05:10:12 +0000 (01:10 -0400)
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

includes/HistoryBlob.php

index 31aa0f8..9c50895 100644 (file)
@@ -290,7 +290,7 @@ class HistoryBlobStub {
  * 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;