From: Greg Sabino Mullane Date: Mon, 28 Aug 2006 01:31:15 +0000 (+0000) Subject: Name update, remove "broken" comment. :) X-Git-Tag: 1.31.0-rc.0~55894 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=da33b85526ec9a76e3fa98803d4edb6e2943b962;p=lhc%2Fweb%2Fwiklou.git Name update, remove "broken" comment. :) --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b6f251534d..df153be564 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -453,7 +453,6 @@ $wgDBconnection = ''; /** Database username */ $wgDBuser = 'wikiuser'; /** Database type - * "mysql" for working code and "PostgreSQL" for development/broken code */ $wgDBtype = "mysql"; /** Search type @@ -485,7 +484,7 @@ $wgSharedDB = null; # dbname: Default database name # user: DB user # password: DB password -# type: "mysql" or "pgsql" +# type: "mysql" or "postgres" # load: ratio of DB_SLAVE load, must be >=0, the sum of all loads must be >0 # groupLoads: array of load ratios, the key is the query group name. A query may belong # to several groups, the most specific group defined here is used.