Re: InnoDB and Fulltext Search

2002-04-22 Thread Victoria Reznichenko
Ang, Monday, April 22, 2002, 12:24:58 PM, you wrote: AHK> Quote from mysql online documentations: AHK> "As of Version 4.0.1, MySQL can also perform boolean AHK> full-text AHK> searches using the IN BOOLEAN MODE modifierA AHK> boolean full-text AHK> search can also work even without a FULLTEXT

InnoDB and Fulltext Search

2002-04-22 Thread Ang Ho Keat
Hi, Quote from mysql online documentations: "As of Version 4.0.1, MySQL can also perform boolean full-text searches using the IN BOOLEAN MODE modifierA boolean full-text search can also work even without a FULLTEXT index, although it would be slow. " I know that InnoDB does not support FULLT