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:
@ -279,7 +279,7 @@ private:
|
||||
Logger operator = (const Logger&);
|
||||
bool operator == (const Logger&);
|
||||
|
||||
static const int MAX_LOG_LEVELS = 8;
|
||||
STATIC_CONST( MAX_LOG_LEVELS = 8 );
|
||||
|
||||
bool m_logLevels[MAX_LOG_LEVELS];
|
||||
|
||||
|
Reference in New Issue
Block a user