[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
===================================================================
This commit is contained in:
stewart@flamingspork.com[stewart] 2007-10-03 16:16:48 +10:00
parent f72c7d0108
commit 87359889f3

View file

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