Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -678,14 +678,6 @@ |
679 | 679 | */ |
680 | 680 | $wgDBAvgStatusPoll = 2000; |
681 | 681 | |
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; |
690 | 682 | /** Set to true if using InnoDB tables */ |
691 | 683 | $wgDBtransactions = false; |
692 | 684 | /** Set to true for compatibility with extensions that might be checking. |