Manual:$wgLegacySchemaConversion
この機能は、バージョン 1.39.0 で完全に除去されました。 |
言語、地域、文字エンコードの設定: $wgLegacySchemaConversion | |
---|---|
大規模サイトでスキーマを 1.4 から 1.5 に移行する際に変換処理を高速化するオプション |
|
導入されたバージョン: | 1.5.0 |
除去されたバージョン: | 1.39.0 (Gerrit change 792119; git #8a31497c) |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
If set to true
, the MediaWiki 1.4 to 1.5 schema conversion will create stub reference rows in the text
table instead of copying the full text of all current entries from cur
to text
.
This will speed up the conversion step for large sites, but requires that the cur
table be kept around for those revisions to remain viewable.
maintenance/migrateCurStubs.php can be used to complete the migration in the background once the wiki is back online.
This option affects the updaters only. Any present cur stub revisions will be readable at runtime regardless of this setting.