Browse Source

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 -

lacak 7 years ago
parent
commit
ac32de1a69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

+ 1 - 1
packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

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