Drop $wgDBminWordLen from DefaultSettings.php -- hasn't been used since 1.6 dropped...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 19 Sep 2008 17:13:06 +0000 (17:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 19 Sep 2008 17:13:06 +0000 (17:13 +0000)
includes/DefaultSettings.php

index 7e704ce..58efcbb 100644 (file)
@@ -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.