From dfcf02ec187f3a465860d6c76699aa159f2f5dcb Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 29 Jun 2006 17:24:41 +0000 Subject: [PATCH] Pull wgDBschema: not needed as a configuration param any more. --- includes/DefaultSettings.php | 5 ----- 1 file changed, 5 deletions(-) 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 */ -- 2.20.1