Manual:$wgSharedSchema/pl
Shared DB settings: $wgSharedSchema | |
---|---|
The table schema for the shared database |
|
Wprowadzono w wersji: | 1.23.0 (Gerrit change 173063; git #I291e770) |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (boolean) |
Domyślna wartość: | false |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
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;
}