summaryrefslogtreecommitdiff
path: root/storage/ndb/src/mgmapi/ndb_logevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/mgmapi/ndb_logevent.cpp')
-rw-r--r--storage/ndb/src/mgmapi/ndb_logevent.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/storage/ndb/src/mgmapi/ndb_logevent.cpp b/storage/ndb/src/mgmapi/ndb_logevent.cpp
index 5fb83e58c6c..50766e09134 100644
--- a/storage/ndb/src/mgmapi/ndb_logevent.cpp
+++ b/storage/ndb/src/mgmapi/ndb_logevent.cpp
@@ -152,6 +152,15 @@ struct Ndb_logevent_body_row ndb_logevent_body[]= {
ROW( NDBStopStarted, "stoptype", 1, stoptype),
+ ROW( NDBStopCompleted, "action", 1, action),
+ ROW( NDBStopCompleted, "signum", 2, signum),
+
+ ROW( NDBStopForced, "action", 1, action),
+ ROW( NDBStopForced, "signum", 2, signum),
+ ROW( NDBStopForced, "error", 3, error),
+ ROW( NDBStopForced, "sphase", 4, sphase),
+ ROW( NDBStopForced, "extra", 5, extra),
+
// ROW( NDBStopAborted),
ROW( StartREDOLog, "node", 1, node),