Browse Source

* MariaDB version 10.1 is also compatible with 5.6

git-svn-id: trunk@31266 -
michael 10 years ago
parent
commit
77b1e16330
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

@@ -76,7 +76,7 @@ Const
     '10.1';
     '10.1';
 {$ELSE}
 {$ELSE}
 {$IFDEF mysql56}   // MariaDB 10.0 is compatible with MySQL 5.6
 {$IFDEF mysql56}   // MariaDB 10.0 is compatible with MySQL 5.6
-    '10.0';
+    '10.';
 {$ELSE} // MariaDB 5.1..5.5 presumably report the same version number as MySQL
 {$ELSE} // MariaDB 5.1..5.5 presumably report the same version number as MySQL
     MySQLVersion;
     MySQLVersion;
 {$ENDIF}
 {$ENDIF}