Impetus / kundera

A JPA 2.1 compliant Polyglot Object-Datastore Mapping Library for NoSQL Datastores.Please subscribe to:
http://groups.google.com/group/kundera-discuss/subscribe
Apache License 2.0
903 stars 233 forks source link

Verify polyglot persistence for Hibernate with higher versions of MySQL #452

Closed chhavigangwal closed 10 years ago

chhavigangwal commented 10 years ago

When trying polyglot with MySQL-5.1+ , it throws foreign key constraint .

DaVincii commented 10 years ago

The newer version of MySQL has InnoDB as its default engine which imposes default foreign key constraints on schema so in order to use polyglot persistence with Kundera with MySQL as one of the datastore please make sure that you do not use InnoDb as storage engine for your database.