Hi!

On May 16, Jocelyn Fournier wrote:
> Hi,
> 
> I don't understand, I modified ulong ft_min_word_len=3; in
> myisam/ft_static.c, and then recompiled MySQL using
> BUILD/compile-pentium --without-innodb script, but show variables still
> displays after restarting mysql :
> 
> | ft_min_word_len                 | 4
> | ft_max_word_len                 | 254
> | ft_max_word_len_for_sort        | 20
> 
> Any idea of what could be wrong ?
> 
> Thanks and regards,
>   Jocelyn Fournier

In 4.0 it's a true variable - you don't need to recompile MySQL - just
add to /etc/my.cnf ft_min_word_len=3
:)

Regards,
Sergei

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to