3 messages in com.mysql.lists.mysqlSET ft_min_word_len
FromSent OnAttachments
duncan mysql06 Jun 2003 11:58 
Paul DuBois06 Jun 2003 12:05 
Jeremy Zawodny06 Jun 2003 15:30 
Subject:SET ft_min_word_len
From:duncan mysql (dunc@yahoo.com)
Date:06/06/2003 11:58:42 AM
List:com.mysql.lists.mysql

Why can't I set ft_min_word_len? According to the docs, this is available in 4.0. Do I have to use some other syntax?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mysql> select version(); +-----------+ | version() | +-----------+ | 4.0.12 | +-----------+

mysql> set ft_min_word_len=3; ERROR 1193: Unknown system variable 'ft_min_word_len' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~