bitpiston / oyster

A Perl web application framework.
Other
3 stars 1 forks source link

Convert MyISAM tables to InnoDB #62

Closed einkoro closed 11 years ago

einkoro commented 11 years ago

http://dev.mysql.com/doc/refman/5.0/en/converting-tables-to-innodb.html

einkoro commented 11 years ago

This seems to be working well in both my development environment and the production servers. I think its safe to push the change through Oyster and tackle #52 at the same time since the create syntax probably needs a update.

einkoro commented 11 years ago

Latest SQL export is all InnoDB. #52 should land later this evening after testing a clean environment.