mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
fix(Core/Mysql): my_bool type conflict (#3060)
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
#endif
|
||||
#include <mysql.h>
|
||||
|
||||
#if MYSQL_VERSION_ID >= 80001
|
||||
typedef bool my_bool;
|
||||
#endif
|
||||
|
||||
class ResultSet
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user