Hi!

On Feb 02, Alexander Belyaev wrote:
> Hello,
> 
> I have found a bug( or bad feature? :) ) in 4.0.1
> boolean fulltext search
> 
> Please help...
> 
> --------------
> select id,txt from test.logo_text where match(txt) against ('+desig*
> +service' in boolean mode)
> --------------
> 2 rows in set (0.03 sec)
> 
> --------------
> select id,txt from test.logo_text where match(txt) against ('+design
> +service' in boolean mode)
> --------------
> -------------+
> 4 rows in set (0.03 sec)

Sorry for delay :-(

Anyway, the bug is fixed now, thank you.
Bugfix will be present in MySQL 4.0.2

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