From: Greg Sabino Mullane Date: Thu, 29 Jun 2006 17:24:41 +0000 (+0000) Subject: Pull wgDBschema: not needed as a configuration param any more. X-Git-Tag: 1.31.0-rc.0~56522 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=dfcf02ec187f3a465860d6c76699aa159f2f5dcb;p=lhc%2Fweb%2Fwiklou.git Pull wgDBschema: not needed as a configuration param any more. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e1559abe50..ca659c6735 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 */