Merge branch 'master' into 'master'

Compile with MySQL version >= 8.0.1

See merge request gambas/gambas!141
This commit is contained in:
Benoît Minisini 2020-04-06 10:07:09 +00:00
commit 3d1a9b13c9

View file

@ -738,7 +738,7 @@ static int open_database(DB_DESC *desc, DB_DATABASE *db)
char *name;
char *host;
char *socket;
my_bool reconnect = TRUE;
char reconnect = TRUE;
unsigned int timeout;
char *env;
#if HAVE_MYSQL_SSL_MODE_DISABLED