Manual:$wgSharedSchema/ru

This page is a translated version of the page Manual:$wgSharedSchema and the translation is 14% complete.
Настройки общей БД: $wgSharedSchema
The table schema for the shared database
Введено в версии:1.23.0 (Gerrit change 173063; git #I291e770)
Удалено в версии:всё ещё используется
Допустимые значения:(boolean)
Значение по умолчанию: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;
}

См. также