diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-13 11:45:45 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-13 11:45:45 +0100 |
commit | be19c6f72109d8ffd3adbee84a1289ad05bcf14f (patch) | |
tree | 3beae503fa9d5d26b598c4c611870a6f427a93d8 /ndb/include | |
parent | a6c5e1105c4f80583ad8e4589116a9bcbd7d54fd (diff) | |
download | mariadb-git-be19c6f72109d8ffd3adbee84a1289ad05bcf14f.tar.gz |
bug #7230
+ fixed testcase
mysql-test/ndb/basic.result:
fixed testcase
ndb/include/debugger/EventLogger.hpp:
bug #7230
Diffstat (limited to 'ndb/include')
-rw-r--r-- | ndb/include/debugger/EventLogger.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ndb/include/debugger/EventLogger.hpp b/ndb/include/debugger/EventLogger.hpp index b82c823ee0b..ddf21b79f5f 100644 --- a/ndb/include/debugger/EventLogger.hpp +++ b/ndb/include/debugger/EventLogger.hpp @@ -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); }; /** |