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