Manual:$wgSharedSchema
Appearance
| 共有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;
}