MySQL Reference Manual for version 4.0.18.
13.7.1 Full-text Restrictions
-
Full-text searches are supported for
MyISAM tables only.
-
Full-text searches cannot be used with UCS-2 (but it works with UTF8 as of
MySQL 4.1.1).
-
All parameters to the
MATCH() function must be columns from the
same table that is part of the same FULLTEXT index, unless the
MATCH() is IN BOOLEAN MODE.
-
All columns in the
FULLTEXT index must have the same character set.
-
The
MATCH() column list must exactly match the column list in some
FULLTEXT index definition for the table, unless this MATCH()
is IN BOOLEAN MODE.
-
The argument to
AGAINST() must be a constant string.
This document was generated
by rdg (Feb 25 2004)
using texi2html