[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-1891) Since rc3 deprecation Warning: The syntax 'TYPE=storage_engine' is deprecated and will be removed in MySQL 5.2.

Scott Marlow (JIRA) noreply at atlassian.com
Fri Sep 29 22:51:25 EDT 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1891?page=all ]
     
Scott Marlow resolved HHH-1891:
-------------------------------

    Resolution: Fixed

added dialect for MySQL 5 InnoDB that uses the new syntax.

> Since rc3 deprecation Warning: The syntax 'TYPE=storage_engine' is deprecated 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
>  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ühlmann
>     Assignee: Scott Marlow
>     Priority: Minor
>      Fix For: 3.2.0.ga
>  Attachments: MySQL5InnoDBDialect.patch
>
>
> 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=storage_engine' is deprecated and will be removed in MySQL 5.2. Please use 'ENGINE=storage_engine' instead.
> 09.07.2006 11:10:14 org.hibernate.util.JDBCExceptionReporter logWarnings
> WARNUNG: SQL Warning: 1541, SQLState: HY000

-- 
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





More information about the hibernate-issues mailing list