fix(Core): solve issue with MariaDB (#3084)
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <mysql.h>
|
#include <mysql.h>
|
||||||
|
|
||||||
#if MYSQL_VERSION_ID >= 80001
|
#if !defined(MARIADB_VERSION_ID) && MYSQL_VERSION_ID >= 80001
|
||||||
typedef bool my_bool;
|
typedef bool my_bool;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user