Made InnoDB the default dialect

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2908 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-05-17 15:06:34 +00:00
parent 3f86c7751e
commit 15f9f1eaee

View File

@@ -2,7 +2,7 @@
# Hibernate configuration # Hibernate configuration
# #
hibernate.jdbc.use_streams_for_binary=true hibernate.jdbc.use_streams_for_binary=true
hibernate.dialect=org.hibernate.dialect.MySQLDialect hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
hibernate.show_sql=false hibernate.show_sql=false
hibernate.hbm2ddl.auto=update hibernate.hbm2ddl.auto=update
hibernate.cache.use_query_cache=true hibernate.cache.use_query_cache=true