<div>Hi All</div>
<div>I am using Drupal 6.26, MySql (innodb).</div>
<div> </div>
<div>I tried to first to do full text data search in InnoDB table.</div>
<div>A simple query statement is shown as below.</div>
<div> </div>
<div><strong>SELECT * FROM resubmt_skill_ids WHERE MATCH (name) AGAINST ('java')</strong></div>
<div> </div>
<div>But I get the below error.</div>
<div> </div>
<div>#1214 - The used table type doesn't support FULLTEXT indexes</div>
<div> </div>
<div>On further google search, came to know, only MyISAM type tables support full-text search.</div>
<div>I am bit reluctant to change my tables from InnoDB to MyISAM. </div>
<div>Can somebody suggest me is it not possible to do full-text search in InnoDB tables.</div>
<div>Came across <a href="http://blogs.innodb.com/wp/2011/07/innodb-full-text-search-tutorial/">http://blogs.innodb.com/wp/2011/07/innodb-full-text-search-tutorial/</a> have not gone completely, but it looks author tells full-text search possible with innodb tables.</div>
<div> </div>
<div>If anybody has used full-text search on innodb tables, please let me know, how to do that from drupal perspective .</div>
<div> </div>
<div>Best Regards</div>
<div>Kamal</div>
<div>NECS, Bangalore</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>