Browse Source

[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
===================================================================


ndb/src/mgmsrv/MgmtSrvr.cpp:
  BUG#29565 managment server can log entries multiple times after mgmd restart
pull/374/head
unknown 18 years ago
parent
commit
085eac7502
  1. 6
      ndb/src/mgmsrv/MgmtSrvr.cpp

6
ndb/src/mgmsrv/MgmtSrvr.cpp

@ -227,10 +227,10 @@ MgmtSrvr::startEventLog()
}
}
void
MgmtSrvr::stopEventLog()
void
MgmtSrvr::stopEventLog()
{
// Nothing yet
g_eventLogger.close();
}
class ErrorItem

Loading…
Cancel
Save