Hi!

On Jul 22, Marek Lewczuk wrote:
> > the correct syntax is WITHOUT quotes and WITHOUT spaces.
> > 
> >   --ft_min_word_len=2
> > 
> > or 
> > 
> >   -O ft_min_word_len=2      <-- but -O is obsolete
> > 
> > but not
> > 
> >   -O 'ft_min_word_len = 2'
> 
> But we want to set this variable in my.cnf, so the syntax shouldn't be
> like this:
> set-variable = ft_min_word_len=2

It could be - this syntax is still supported.
But preferred one is simlpy

ft_min_word_len=2

(or with spaces, they are allowed in my.cnf)

Regards,
Sergei

-- 
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Senior Software Developer
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/  www.mysql.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to