diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-26 09:48:01 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-26 09:48:01 +0000 |
commit | b5039930582f4e92555adbad7dd4254da2817676 (patch) | |
tree | 029912e94fec91f6777287d43c23adcaa15f9591 /ndb/include/kernel/LogLevel.hpp | |
parent | 6479fd3d4076184f4de6918f98e3d196213e765b (diff) | |
download | mariadb-git-b5039930582f4e92555adbad7dd4254da2817676.tar.gz |
compilation fix for AIX
Diffstat (limited to 'ndb/include/kernel/LogLevel.hpp')
-rw-r--r-- | ndb/include/kernel/LogLevel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/kernel/LogLevel.hpp b/ndb/include/kernel/LogLevel.hpp index 6cfbe44af86..467f0604edd 100644 --- a/ndb/include/kernel/LogLevel.hpp +++ b/ndb/include/kernel/LogLevel.hpp @@ -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(); |