AlyssaK wrote:
I changed to InnoDB by altering the
<property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
from the hibernate.cfg.cml.
Did you only do that to convert from isam to innodb : change the dialect ? If yes, I'd say it's totally normal... Doing this is not converting your db, you must do this from the mysql admin console. Here, you're just saying to Hibernate that the db is an innodb one, but, if you didn't convert from mysql directly, it's not.