gambas-source-code/gb.db.mysql/src
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
..
gb.db.mysql.component
main.c Compile with MySQL version >= 8.0.1 2020-03-08 22:26:02 +01:00
main.h
Makefile.am