diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-07 09:11:50 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-07 09:11:50 +0000 |
commit | 065a07289cc0b93bef16506b267918555bb43d05 (patch) | |
tree | 074d72d82a1e88778501c781f1e1877058df17cb /ndb/include/logger | |
parent | 39d62ccc93c23f31db81459c4844133a49e19047 (diff) | |
download | mariadb-git-065a07289cc0b93bef16506b267918555bb43d05.tar.gz |
fixed clusterlog "filter" command
ndb/src/mgmsrv/CommandInterpreter.cpp:
removed clusterlog command
ndb/src/mgmsrv/CommandInterpreter.hpp:
removed clusterlog command
Diffstat (limited to 'ndb/include/logger')
-rw-r--r-- | ndb/include/logger/Logger.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/logger/Logger.hpp b/ndb/include/logger/Logger.hpp index c6145f2091a..f12297023b7 100644 --- a/ndb/include/logger/Logger.hpp +++ b/ndb/include/logger/Logger.hpp @@ -101,7 +101,7 @@ public: /** The log levels. NOTE: Could not use the name LogLevel since * it caused conflicts with another class. */ - enum LoggerLevel {LL_OFF, LL_DEBUG, LL_INFO, LL_WARNING, LL_ERROR, + enum LoggerLevel {LL_ON, LL_DEBUG, LL_INFO, LL_WARNING, LL_ERROR, LL_CRITICAL, LL_ALERT, LL_ALL}; /** |