From d3fa5a3716e8b6d2224f43fe6f0350daa08a5b13 Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Sun, 27 Oct 2013 01:10:12 -0400 Subject: [PATCH] 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 --- includes/HistoryBlob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index 31aa0f875a..9c50895b08 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -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; -- 2.20.1