From: <no...@at...> - 2006-07-09 10:17:56
|
Since rc3 deprecation Warning: The syntax 'TYPE=3Dstorage_engine' is deprec= ated and will be removed in MySQL 5.2. ---------------------------------------------------------------------------= ------------------------------------ Key: HHH-1891 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH= -1891 Project: Hibernate3 Type: Bug Versions: 3.2.0.cr3 =20 Environment: I use MySQL 5.1.11-bata on Windows XP. mysql-connector-java-3.1.13-bin.jar My settings: hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect hibernate.connection.driver_class com.mysql.jdbc.Driver Reporter: Stefan B=C3=BChlmann Priority: Minor Since cr3 I get the following warning (cr2 goes without it): 09.07.2006 11:10:11 org.hibernate.tool.hbm2ddl.SchemaExport execute INFO: exporting generated schema to database 09.07.2006 11:10:14 org.hibernate.util.JDBCExceptionReporter logWarnings WARNUNG: SQL Warning: 1541, SQLState: HY000 09.07.2006 11:10:14 org.hibernate.util.JDBCExceptionReporter logWarnings WARNUNG: The syntax 'TYPE=3Dstorage_engine' is deprecated and will be remov= ed in MySQL 5.2. Please use 'ENGINE=3Dstorage_engine' instead. 09.07.2006 11:10:14 org.hibernate.util.JDBCExceptionReporter logWarnings WARNUNG: SQL Warning: 1541, SQLState: HY000 --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators= .jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |