gambas-source-code/gb.db.mysql
Bastian Germann f0cf49ada7 Compile with MySQL version >= 8.0.1
The my_bool type was removed with MySQL 8.0.1:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling

Replace my_bool with char which was the typedef in older MySQL versions
and still is in MariaDB.

[GB.DB.MYSQL]
* BUG: Compile with MySQL version >= 8.0.1.
2020-03-08 22:26:02 +01:00
..
src Compile with MySQL version >= 8.0.1 2020-03-08 22:26:02 +01:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac Detect SSL_MODE_DISABLED at configure time, to make the component compile on older mysql clients. 2020-01-25 10:18:23 +01:00
COPYING
gambas.h
gb.db.h
gb.db.proto.h
gb_common.h
INSTALL
m4
Makefile.am
NEWS
README
reconf