Why can't you go ahead and use innodb and externalize the Full-text Indexing to Lucene or any other indexing library?
Cheers, Zubin. > Hi, > > myisam has full-text indexing, innodb doesn't. > innodb has transaction support, commits and rollbacks, myisam lacks these. > But unfortunately i need both. > Is there a way to achieve transactions in myisam? > > Best Regards, > Sumit > >

