mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:40:12 +01:00
Added support for mysql 8.0.x
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
cf103f8956
commit
5e58f74981
@ -356,6 +356,11 @@ struct data {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#if !defined(MARIADB_BASE_VERSION) && !defined(MARIADB_VERSION_ID) && \
|
||||||
|
MYSQL_VERSION_ID >= 80001 && MYSQL_VERSION_ID != 80002
|
||||||
|
typedef bool my_bool;
|
||||||
|
#endif
|
||||||
|
|
||||||
struct sql {
|
struct sql {
|
||||||
#ifdef NEED_MYSQL
|
#ifdef NEED_MYSQL
|
||||||
MYSQL_STMT *stmt;
|
MYSQL_STMT *stmt;
|
||||||
|
Loading…
Reference in New Issue
Block a user