Issues

Select view

Select search mode

 
18 of 18

MySQL57Dialect selected by automatic dialect resolution when using MySQL 8.0 database

Fixed

Description

With MySQL 8 (e.g. 8.0.19), MySQL57Dialect is selected instead of MySQL8Dialect. Wrote a test that was examining the connection metadata:

... INFO ... HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect ... ... INFO ... Database server : MySQL 8.0.19 ... INFO ... Database driver : MySQL Connector/J mysql-connector-java-8.0.19 (Revision: a0ca826f5cdf51a98356fdfb1bf251eb042f80bf)

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created March 26, 2020 at 1:37 PM
Updated March 27, 2020 at 5:03 AM
Resolved March 27, 2020 at 4:27 AM

Activity

Show:

Former userMarch 27, 2020 at 4:27 AM

Fixed in master and 5.3 branches.

Nathan XuMarch 26, 2020 at 4:24 PM
Edited

Not sure whether this ticket is related to a Spring Jira ticket: https://github.com/spring-projects/spring-framework/issues/22326

Flag notifications