mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
[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:
parent
f72c7d0108
commit
87359889f3
1 changed files with 3 additions and 3 deletions
|
@ -227,10 +227,10 @@ MgmtSrvr::startEventLog()
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
MgmtSrvr::stopEventLog()
|
||||
void
|
||||
MgmtSrvr::stopEventLog()
|
||||
{
|
||||
// Nothing yet
|
||||
g_eventLogger.close();
|
||||
}
|
||||
|
||||
class ErrorItem
|
||||
|
|
Loading…
Reference in a new issue