Hi!

On Oct 19, Mark Maunder wrote:
> Hi,
> 
> I think this is a bug. The script to recreate the problem is included
> below. This problem appears consistently as long as there's a fulltext
> index and a regular index on the same field and you do an update to
> change the case of a single char.

It is (no, it WAS) a bug.
Fixed, thanks.

> ~mark
> ps: If anyone knows of a workaround please let me know. thanks.

4.0.1 won't have this bug.
If you'd like to fix it yourself - hmm, it's difficult to produce
a patch as fulltext code is changed considerably from 4.0.0, but -
just add a

   error=0;

before
   
   while(old_word->pos && new_word->pos)

in myisam/ft_update.c:174

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