diff --git a/src/common/Database/QueryResult.h b/src/common/Database/QueryResult.h index 1445ce3db..94723c752 100644 --- a/src/common/Database/QueryResult.h +++ b/src/common/Database/QueryResult.h @@ -18,6 +18,10 @@ #endif #include +#if MYSQL_VERSION_ID >= 80001 +typedef bool my_bool; +#endif + class ResultSet { public: