mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
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:
parent
f51f09414b
commit
ac32de1a69
@ -73,7 +73,7 @@ Const
|
||||
|
||||
MariaDBVersion =
|
||||
{$IFDEF mysql57}
|
||||
'10.1';
|
||||
'10.';
|
||||
{$ELSE}
|
||||
{$IFDEF mysql56} // MariaDB 10.0 is compatible with MySQL 5.6
|
||||
'10.';
|
||||
|
Loading…
Reference in New Issue
Block a user