mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(Core): solve issue with MariaDB (#3084)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#endif
|
||||
#include <mysql.h>
|
||||
|
||||
#if MYSQL_VERSION_ID >= 80001
|
||||
#if !defined(MARIADB_VERSION_ID) && MYSQL_VERSION_ID >= 80001
|
||||
typedef bool my_bool;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user