It does it uses both, InnoDB is more secure for transaction details. Its not as quick as MYISAM, if you browse your db using phpmysql you will see that the more secure tables are InnoDB and that things like seats and events are in MYISAM as MyISAM is quicker than InnoDB.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1804681
Originator: NO
It does it uses both, InnoDB is more secure for transaction details. Its not as quick as MYISAM, if you browse your db using phpmysql you will see that the more secure tables are InnoDB and that things like seats and events are in MYISAM as MyISAM is quicker than InnoDB.