I've got a question why someone would use MyISAM instead of InnoDB engine in MySQL. My findings so far are that default engine is InnoDB, database created is as InnoDB and also 2 of 3 tables are created as InnoDB. Just one table is working as MyISAM. Unfortunately I didn't created them and the person who's done developing is not available anymore. Is anyone has the case like that where MyISAM is really critical to use for certain type of data?
Thanks, Andre