mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
bug #7230
+ fixed testcase mysql-test/ndb/basic.result: fixed testcase ndb/include/debugger/EventLogger.hpp: bug #7230
This commit is contained in:
@@ -48,11 +48,10 @@ public:
|
||||
|
||||
static const EventRepLogLevelMatrix matrix[];
|
||||
static const Uint32 matrixSize;
|
||||
static int
|
||||
EventLoggerBase::event_lookup(int eventType,
|
||||
LogLevel::EventCategory &cat,
|
||||
Uint32 &threshold,
|
||||
Logger::LoggerLevel &severity);
|
||||
static int event_lookup(int eventType,
|
||||
LogLevel::EventCategory &cat,
|
||||
Uint32 &threshold,
|
||||
Logger::LoggerLevel &severity);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user