Hi,
we face a strange problem with hbm2dll, I've documentated it in the Issue tracker:
http://opensource.atlassian.com/project ... e/HHH-5988The Issue is that hbm2dll uses *TYPE=MyISAM* while since Mysql 5.5.x this is forbidden, you have to use *ENGINE=MyISAM*.
Nevertheless, I would like to know if there is some kind of workaround for that Issue. I am also wondering why this Bug was not revealed yet. Actually any hbm2dll update action that requires a table to be created seems to be broken from my point of view.
Is there some param we can set in the hibernate.cfg.xml to set a custom Type mapping for that?
Is there a hint where in the source code of hibernate this SQL is generated?
Thanks
Sebastian