[PATCH] BUG#29565 managment server can log entries multiple times after mgmd restart

Close the event log on shutdown of mgmd (in stopEventLog())

Index: ndb-work/ndb/src/mgmsrv/MgmtSrvr.cpp
===================================================================
parent f72c7d01
...@@ -227,10 +227,10 @@ MgmtSrvr::startEventLog() ...@@ -227,10 +227,10 @@ MgmtSrvr::startEventLog()
} }
} }
void void
MgmtSrvr::stopEventLog() MgmtSrvr::stopEventLog()
{ {
// Nothing yet g_eventLogger.close();
} }
class ErrorItem class ErrorItem
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment