Pull wgDBschema: not needed as a configuration param any more.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 29 Jun 2006 17:24:41 +0000 (17:24 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 29 Jun 2006 17:24:41 +0000 (17:24 +0000)
includes/DefaultSettings.php

index e1559ab..ca659c6 100644 (file)
@@ -451,11 +451,6 @@ $wgDBtype           = "mysql";
 $wgSearchType      = null;
 /** Table name prefix */
 $wgDBprefix         = '';
-/** Database schema
- * on some databases this allows separate
- * logical namespace for application data
- */
-$wgDBschema        = 'mediawiki';
 /**#@-*/
 
 /** Live high performance sites should disable this - some checks acquire giant mysql locks */