summaryrefslogtreecommitdiff
path: root/ndb/include/debugger
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-09-17 14:18:28 +0200
committerunknown <joreland@mysql.com>2004-09-17 14:18:28 +0200
commite8c9a137699965fcfb3e8cdc281b031d7061b6ca (patch)
treea61320fb77beba43ff161af3cb6ea4d678f4bf88 /ndb/include/debugger
parent3323469dbd50c8c46e56751683f8bb8037e828a0 (diff)
downloadmariadb-git-e8c9a137699965fcfb3e8cdc281b031d7061b6ca.tar.gz
Fix backup event
Diffstat (limited to 'ndb/include/debugger')
-rw-r--r--ndb/include/debugger/EventLogger.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/include/debugger/EventLogger.hpp b/ndb/include/debugger/EventLogger.hpp
index 9a624559d16..686989089ae 100644
--- a/ndb/include/debugger/EventLogger.hpp
+++ b/ndb/include/debugger/EventLogger.hpp
@@ -125,8 +125,8 @@ public:
* @param theData the event data.
* @param nodeId the node id of event origin.
*/
- virtual void log(int eventType, const Uint32* theData, NodeId nodeId = 0);
-
+ virtual void log(int, const Uint32*, NodeId = 0,const class LogLevel * = 0);
+
/**
* Returns the event text for the specified event report type.
*