f0cf49ada7
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. |
||
---|---|---|
.. | ||
gb.db.mysql.component | ||
main.c | ||
main.h | ||
Makefile.am |