Re: Innodb + full text searching

2004-05-10 Thread Ronan Lucio
Hi there, I am aware this isnt possible. I would like the power of Innodb, but one of my applications also requires the boolean search within blocks of text, how can i do this efficiently ? I know it isnĀ“t so efficient, but you can use: SELECT * FROM yourtable WHERE text_column LIKE '%word%'

Innodb + full text searching

2004-05-09 Thread electroteque
Hi there, I am aware this isnt possible. I would like the power of Innodb, but one of my applications also requires the boolean search within blocks of text, how can i do this efficiently ? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: Innodb + full text searching

2004-05-09 Thread Jigal van Hemert
Hi there, I am aware this isnt possible. I would like the power of Innodb, but one of my applications also requires the boolean search within blocks of text, how can i do this efficiently ? I don't know what power of InnoDB you're referring to, but you can always use InnoDB for certain parts