From d7eb9f5fba658bac9edbf11cb474be678089c2e2 Mon Sep 17 00:00:00 2001 From: Vlad Mihalcea Date: Thu, 16 Feb 2017 12:58:19 +0200 Subject: [PATCH] HHH-11457 - Add MariaDB specific Dialects - mention the new MariaDB dialects in the User Guide --- .../main/asciidoc/userguide/chapters/jdbc/Database_Access.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/src/main/asciidoc/userguide/chapters/jdbc/Database_Access.adoc b/documentation/src/main/asciidoc/userguide/chapters/jdbc/Database_Access.adoc index 2ade88092f..7f0ed56988 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/jdbc/Database_Access.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/jdbc/Database_Access.adoc @@ -184,6 +184,8 @@ If for some reason it is not able to determine the proper one or you want to use |MySQL5 |Support for the MySQL database, version 5.x |MySQL5InnoDB |Support for the MySQL database, version 5.x preferring the InnoDB storage engine when exporting tables. |MySQL57InnoDB |Support for the MySQL database, version 5.7 preferring the InnoDB storage engine when exporting tables. May work with newer versions +|MariaDB |Support for the MariadB database. May work with newer versions +|MariaDB53 |Support for the MariadB database, version 5.3 and newer. |Oracle8i |Support for the Oracle database, version 8i |Oracle9i |Support for the Oracle database, version 9i |Oracle10g |Support for the Oracle database, version 10g