modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

Creation of tables using InnoDB defaults to MyISAM even when specified in XML Schema #10329

Open modxbot opened 10 years ago

modxbot commented 10 years ago

jobkingori created Redmine issue ID 10329

Specifying defaultEngine="InnoDB" in the xml model or engine="InnoDB" in the XML Schema has no effect when actual creation of the tables in MySQL.

I have noted that setting engine="InnoDB" in the objects individually causes a change in the class and map files though.

See more here ... [[https://github.com/modxcms/xpdo/commit/17b651ce6e7f87051f56b8d72c73a952ae014000]]