creating an index is necessary for fulltext search.
and when i say
create fulltext index search_index on sometable(column1,column2) i
get an error messg like
Error: The used table type doesn't support FULLTEXT indexes
Why doesn't InnoDb support FullText indexes?
Is there a physical
limitation in the InnoDb table structure as to why it can't
support FullText indexes?
Can anyone help me to find solution ?
Tia,
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]