Grails 2.4.4 DataSource “create-drop” fails to drop all tables having FKs
问题 Using Grails 2.4.4, and have ported my domain classes from 2.2.0. There's a problem I am facing w.r.t "create-drop" config of DataSource, using MySQL as the datasource. Whenever I issue a grails stop-app command, out of total 35 tables, 22 tables are left in the schema. After enabling debug mode for Hibernate classes, and at the end of the stop-app process, it was generating drop table if exists <tablename> for all 35 tables, but no error/confirmation was there in the logs whether the drop