Manual:$wgSharedSchema

From mediawiki.org
This page is a translated version of the page Manual:$wgSharedSchema and the translation is 57% complete.
共有DBの設定: $wgSharedSchema
The table schema for the shared database
導入されたバージョン:1.23.0 (Gerrit change 173063; git #I291e770)
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:false

詳細

If set to false, it'll fallback to the value of $wgDBmwschema . This fallback is set in Setup.php .

// Set default shared schema
if ( $wgSharedSchema === false ) {
	$wgSharedSchema = $wgDBmwschema;
}

関連項目