I wonder if I convert some tables from MyISAM to InnoDB, will it cause any corruptions of data?
I am in need to convert some tables to InnoDB so I can use transaction, but they are holding very important data so I'm not sure if I should do the conversion or not.