mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
compilation fix for AIX
This commit is contained in:
@ -66,7 +66,7 @@ public:
|
||||
* No of categories
|
||||
*/
|
||||
#define _LOGLEVEL_CATEGORIES (CFG_MAX_LOGLEVEL - CFG_MIN_LOGLEVEL + 1)
|
||||
static const Uint32 LOGLEVEL_CATEGORIES = _LOGLEVEL_CATEGORIES;
|
||||
STATIC_CONST( LOGLEVEL_CATEGORIES = _LOGLEVEL_CATEGORIES );
|
||||
|
||||
void clear();
|
||||
|
||||
|
Reference in New Issue
Block a user