Re: innodb and fulltext

2003-09-05 Thread Thomas Spahni
I remember that some weeks ago Heikki announced it is on his todo list but in the far future unless someone is funding the project. Thomas Spahni On Thu, 4 Sep 2003, electroteque wrote: > Hi i was wondering if there was ever going to be a time when Innodb can also > be fulltext indexable ? Being

Re: innodb and fulltext

2003-09-04 Thread Leonardo Javier Belén
- From: "electroteque" <[EMAIL PROTECTED]> To: "Mysql" <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 9:09 AM Subject: innodb and fulltext > Hi i was wondering if there was ever going to be a time when Innodb can also > be fulltext indexable ? Being th

innodb and fulltext

2003-09-04 Thread electroteque
Hi i was wondering if there was ever going to be a time when Innodb can also be fulltext indexable ? Being that i just started to work with Innodb and cant believe how proper it feels of a relationional database over Myisam. Like with Myisiam you cant set relationships up or is that going to change

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