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

Reply via email to