sql-db: mysql: make MariaDB 10.0, 10.1, 10.2 also alias of MySQL 5.7.

As far as there are only very small changes between 10.0, 10.1, 10.2 client api
Bug #32834

git-svn-id: trunk@37976 -
This commit is contained in:
lacak 2018-01-15 10:03:36 +00:00
parent f51f09414b
commit ac32de1a69

View File

@ -73,7 +73,7 @@ Const
MariaDBVersion =
{$IFDEF mysql57}
'10.1';
'10.';
{$ELSE}
{$IFDEF mysql56} // MariaDB 10.0 is compatible with MySQL 5.6
'10.';