Handbuch:$wgSharedSchema

This page is a translated version of the page Manual:$wgSharedSchema and the translation is 57% complete.
Gemeinsam genutzte DB-Einstellungen: $wgSharedSchema
The table schema for the shared database
Eingeführt in Version:1.23.0 (Gerrit change 173063; git #I291e770)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Wahrheitswert)
Standardwert:false

Details

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;
}

Siehe auch