From: Brion Vibber Date: Fri, 19 Sep 2008 17:13:06 +0000 (+0000) Subject: Drop $wgDBminWordLen from DefaultSettings.php -- hasn't been used since 1.6 dropped... X-Git-Tag: 1.31.0-rc.0~45216 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=a1381f6225935808531d13b872ade1534d79030f;p=lhc%2Fweb%2Fwiklou.git Drop $wgDBminWordLen from DefaultSettings.php -- hasn't been used since 1.6 dropped MySQL 3.x support. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7e704ce504..58efcbbc4a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -678,14 +678,6 @@ $wgDBClusterTimeout = 10; */ $wgDBAvgStatusPoll = 2000; -/** - * wgDBminWordLen : - * MySQL 3.x : used to discard words that MySQL will not return any results for - * shorter values configure mysql directly. - * MySQL 4.x : ignore it and configure mySQL - * See: http://dev.mysql.com/doc/mysql/en/Fulltext_Fine-tuning.html - */ -$wgDBminWordLen = 4; /** Set to true if using InnoDB tables */ $wgDBtransactions = false; /** Set to true for compatibility with extensions that might be checking.