From 9fd38a6d91a348910f282982d5d05278eecb318a Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Wed, 1 Jul 2020 15:11:21 +0200 Subject: [PATCH] XDOCKER-146: Remove MySQL5InnoDBDialect in hibernate config file --- 11/mysql-tomcat/xwiki/hibernate.cfg.xml | 1 - 12/mysql-tomcat/xwiki/hibernate.cfg.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/11/mysql-tomcat/xwiki/hibernate.cfg.xml b/11/mysql-tomcat/xwiki/hibernate.cfg.xml index 2671c42..f1eab89 100644 --- a/11/mysql-tomcat/xwiki/hibernate.cfg.xml +++ b/11/mysql-tomcat/xwiki/hibernate.cfg.xml @@ -87,7 +87,6 @@ <property name="connection.username">replaceuser</property> <property name="connection.password">replacepassword</property> <property name="connection.driver_class">com.mysql.jdbc.Driver</property> - <property name="dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property> <property name="dbcp.poolPreparedStatements">true</property> <property name="dbcp.maxOpenPreparedStatements">20</property> diff --git a/12/mysql-tomcat/xwiki/hibernate.cfg.xml b/12/mysql-tomcat/xwiki/hibernate.cfg.xml index 880670a..53793f2 100644 --- a/12/mysql-tomcat/xwiki/hibernate.cfg.xml +++ b/12/mysql-tomcat/xwiki/hibernate.cfg.xml @@ -87,7 +87,6 @@ <property name="connection.username">replaceuser</property> <property name="connection.password">replacepassword</property> <property name="connection.driver_class">com.mysql.jdbc.Driver</property> - <property name="dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property> <property name="dbcp.poolPreparedStatements">true</property> <property name="dbcp.maxOpenPreparedStatements">20</property> -- GitLab