r41038 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41037‎ | r41038 | r41039 >
Date:17:13, 19 September 2008
Author:brion
Status:old
Tags:
Comment:
Drop $wgDBminWordLen from DefaultSettings.php -- hasn't been used since 1.6 dropped MySQL 3.x support.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -678,14 +678,6 @@
679679 */
680680 $wgDBAvgStatusPoll = 2000;
681681
682 -/**
683 - * wgDBminWordLen :
684 - * MySQL 3.x : used to discard words that MySQL will not return any results for
685 - * shorter values configure mysql directly.
686 - * MySQL 4.x : ignore it and configure mySQL
687 - * See: http://dev.mysql.com/doc/mysql/en/Fulltext_Fine-tuning.html
688 - */
689 -$wgDBminWordLen = 4;
690682 /** Set to true if using InnoDB tables */
691683 $wgDBtransactions = false;
692684 /** Set to true for compatibility with extensions that might be checking.