What I have:
1. Mysql 4.1.11 on local computer, Mysql 4.0.24 on my server
2. Identical /etc/my.cnf on both computers (except paths of course)
3. Identical databases on both computers
When I perform fulltext search in a way like folowing:
Code:
select * from program
where match (name, keywords, description)
against ('+3gp* +converter*' in boolean mode)
the result on local machine is quite different from the result on server - server version does not include some records. Cannot understand why. I suppose that fulltext indexing in 4.0 and 4.1 cannot be so much different. Will greatly appreciate any advice.
Last edited by mtishetsky; 05-29-2005 at 04:54 AM..
|