mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed clusterlog "filter" command
ndb/src/mgmsrv/CommandInterpreter.cpp: removed clusterlog command ndb/src/mgmsrv/CommandInterpreter.hpp: removed clusterlog command
This commit is contained in:
@ -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};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user