mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 10:59:43 +08:00
fixed for MySQL my_bool
This commit is contained in:
parent
ed82c04ec1
commit
71ccf6652c
@ -20,7 +20,7 @@
|
||||
#include <mysql/mysql.h>
|
||||
#endif
|
||||
|
||||
#if !defined(my_bool)
|
||||
#if MYSQL_VERSION_ID >= 80000
|
||||
typedef bool my_bool;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user