Manual:$wgPageLinksSchemaMigrationStage/ja

From Linux Web Expert

<translate> Database settings</translate>: $wgPageLinksSchemaMigrationStage
The pagelinks table schema migration stage, for normalising pl_namespace and pl_title fields.
<translate> Introduced in version:</translate>1.41.0 (Gerrit change 955004; git #f405bbb5)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(整数)
<translate> Default value:</translate>SCHEMA_COMPAT_WRITE_OLD | SCHEMA_COMPAT_READ_OLD //3

詳細

The pagelinks table schema migration stage, for normalising pl_namespace and pl_title fields.

Use the SCHEMA_COMPAT_XXX flags. Supported values:

  • SCHEMA_COMPAT_WRITE_OLD | SCHEMA_COMPAT_READ_OLD (= 1 | 2 = 3)
  • SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD (= 257 | 2 = 259)