Issue Type: Bug Bug
Affects Versions: 4.2.1
Assignee: Unassigned
Components: core
Created: 26/Apr/13 1:04 AM
Description:

my application set hibernate.hbm2ddl.auto=update,hibernate will create UK_* everytime when starting application.
I think hibernate must check if index exists before create a new one,index name should not generate by random,I suggest use md5(column_name),so everytime the index name will be the same,so you can use create index if not exists.

Environment: JDK7 mysql-5.6.10-win32 mysql-connector-java-5.1.24
Project: Hibernate ORM
Priority: Blocker Blocker
Reporter: zhouyanming
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira