Yes, there is a full text index, there are about 12,000 rows or so.

Don
 

-----Original Message-----
From: Chris [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 19, 2006 11:47 PM
To: Don O'Neil
Cc: mysql@lists.mysql.com
Subject: Re: Problem with query on 5.11

Don O'Neil wrote:
> Why does this query return no results:
> 
> SELECT * FROM FileList WHERE MATCH Filename AGAINST ("9640")
> 
> When there are entries in the Filename list that have 9640 in them?

How many rows are in the table? Full text won't work with only a couple of
rows.

And you do have a full text index on the filename field right?



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

Reply via email to