Handbuch:$wgSharedSchema
Appearance
| 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 |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
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;
}