Query does full text search on tables.
Runs fine with MyISAM table. When tables are converted to Innodb , same query returns error
ERROR 1210 (HY000): Incorrect arguments to MATCH.
Rebuild full text indexes. Still the same error.
Any suggestion is highly appreciated.
Runs fine with MyISAM table. When tables are converted to Innodb , same query returns error
ERROR 1210 (HY000): Incorrect arguments to MATCH.
Rebuild full text indexes. Still the same error.
Any suggestion is highly appreciated.