mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
removing compiler warnings
This commit is contained in:
@ -47,6 +47,7 @@ public:
|
||||
LogLevel & operator= (const LogLevel &);
|
||||
|
||||
enum EventCategory {
|
||||
llInvalid = -1,
|
||||
llStartUp = CFG_LOGLEVEL_STARTUP - CFG_MIN_LOGLEVEL,
|
||||
llShutdown = CFG_LOGLEVEL_SHUTDOWN - CFG_MIN_LOGLEVEL,
|
||||
llStatistic = CFG_LOGLEVEL_STATISTICS - CFG_MIN_LOGLEVEL,
|
||||
|
Reference in New Issue
Block a user