Description
It should be possible to create the engine=InnoDB clauses in the table creation sql scripts for mysql.
The option should be specified by the option element in the table element as follows:
<table name="book">
<option key="ENGINE" value="InnoDB"/>
...
</table>