Hi!

On Nov 20, Karl J. Stubsjoen wrote:
> Hello,
> 
> I am trying to perform the following delete command:
> delete from my_table where match(keywords,title,description)
> against('this_word')
> 
> When I perform a similar select and count with the above query, I come up
> with 47 records found.  However, when I issue the above delete command, no
> records are deleted.  Is there a limitation to issuing the delete command
> with the Match and Against syntax in a where clause?
> 
> Thank you!
> 
> Karl
> 

It's a bug - thanks for spotting this.
It'll be fixed in the next version.

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