1
0
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:
unknown
2004-10-26 09:48:01 +00:00
parent 6479fd3d40
commit b503993058
22 changed files with 113 additions and 112 deletions

View File

@ -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];