InnoDB Status in 4.1.1 or 4.1.2

cipher-naught wrote on Wednesday, August 08, 2012:

Sorry if this is already answered and I just didn’t see it, but what is the status of the InnoDB engine for MySQL?  I saw this discussion earlier about moving to InnoDB, but couldn’t see any notes in the 4.1.1/2 release notes.

I am wondering because I was trying to do transaction rollbacks and it was failing, it ended up it was because MyISAM doesn’t support database transactions.  Just wondering.

Thanks.

Cipher-Naught 

yehster wrote on Wednesday, August 08, 2012:

Nothing formal has been done to move to InnoDB.  My suggestion to you is to convert the tables on your own system which you need as InnoDB for transactions and make note of them.  When it comes time to integrate your new work into OpenEMR, we can patch those tables accordingly.

cipher-naught wrote on Wednesday, August 08, 2012:

Thanks.

Cipher-Naught