fixed for MySQL my_bool

This commit is contained in:
fasiondog 2020-08-07 22:06:45 +08:00
parent ed82c04ec1
commit 71ccf6652c

View File

@ -20,7 +20,7 @@
#include <mysql/mysql.h>
#endif
#if !defined(my_bool)
#if MYSQL_VERSION_ID >= 80000
typedef bool my_bool;
#endif