diff --git a/src/common/Database/QueryResult.h b/src/common/Database/QueryResult.h index 94723c752..732d82f76 100644 --- a/src/common/Database/QueryResult.h +++ b/src/common/Database/QueryResult.h @@ -18,7 +18,7 @@ #endif #include -#if MYSQL_VERSION_ID >= 80001 +#if !defined(MARIADB_VERSION_ID) && MYSQL_VERSION_ID >= 80001 typedef bool my_bool; #endif