summaryrefslogtreecommitdiff
path: root/ndb/include/kernel/LogLevel.hpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-10-26 09:48:01 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-10-26 09:48:01 +0000
commitb5039930582f4e92555adbad7dd4254da2817676 (patch)
tree029912e94fec91f6777287d43c23adcaa15f9591 /ndb/include/kernel/LogLevel.hpp
parent6479fd3d4076184f4de6918f98e3d196213e765b (diff)
downloadmariadb-git-b5039930582f4e92555adbad7dd4254da2817676.tar.gz
compilation fix for AIX
Diffstat (limited to 'ndb/include/kernel/LogLevel.hpp')
-rw-r--r--ndb/include/kernel/LogLevel.hpp2
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();