Shared DB settings: $wgSharedSchema
The table schema for the shared database
Introduced in version:1.23.0 (Gerrit change 173063; git #I291e770)
Removed in version:still in use
Allowed values:(boolean)
Default value: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;
}

See also

  • $wgSharedDB
  • Setup.php
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.