mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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:
@@ -6,9 +6,10 @@ HELP Print help text
|
|||||||
HELP SHOW Help for SHOW command
|
HELP SHOW Help for SHOW command
|
||||||
HELP DEBUG Help for debug compiled version
|
HELP DEBUG Help for debug compiled version
|
||||||
SHOW Print information about cluster
|
SHOW Print information about cluster
|
||||||
START BACKUP Start backup
|
START BACKUP [NOWAIT | WAIT STARTED | WAIT COMPLETED]
|
||||||
|
Start backup (default WAIT COMPLETED)
|
||||||
ABORT BACKUP <backup id> Abort backup
|
ABORT BACKUP <backup id> Abort backup
|
||||||
SHUTDOWN Shutdown all processes in cluster and quit
|
SHUTDOWN Shutdown all processes in cluster
|
||||||
CLUSTERLOG ON [<severity>] ... Enable Cluster logging
|
CLUSTERLOG ON [<severity>] ... Enable Cluster logging
|
||||||
CLUSTERLOG OFF [<severity>] ... Disable Cluster logging
|
CLUSTERLOG OFF [<severity>] ... Disable Cluster logging
|
||||||
CLUSTERLOG TOGGLE [<severity>] ... Toggle severity filter on/off
|
CLUSTERLOG TOGGLE [<severity>] ... Toggle severity filter on/off
|
||||||
|
@@ -48,11 +48,10 @@ public:
|
|||||||
|
|
||||||
static const EventRepLogLevelMatrix matrix[];
|
static const EventRepLogLevelMatrix matrix[];
|
||||||
static const Uint32 matrixSize;
|
static const Uint32 matrixSize;
|
||||||
static int
|
static int event_lookup(int eventType,
|
||||||
EventLoggerBase::event_lookup(int eventType,
|
LogLevel::EventCategory &cat,
|
||||||
LogLevel::EventCategory &cat,
|
Uint32 &threshold,
|
||||||
Uint32 &threshold,
|
Logger::LoggerLevel &severity);
|
||||||
Logger::LoggerLevel &severity);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user