"Wooohooo!  that is the first bug i ever found!"

Do I get any points : )


Karl
www.excelbus.com
..opportunity knocking..

-----Original Message-----
From: Sergei Golubchik [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 6:33 AM
To: Karl J. Stubsjoen
Cc: MySql list
Subject: Re: Delete Match Against


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



---------------------------------------------------------------------
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