mariadb/ndb/include/mgmcommon
unknown ab0e8f2e12 BUG#11516 ndb_mgmd debug core on cluster shutdown with failed data nodes
Fix closing of sessions on mgm server shutdown.


ndb/include/mgmcommon/ConfigRetriever.hpp:
  Add disconnect();
ndb/src/common/mgmcommon/ConfigRetriever.cpp:
  Add disconnect() call so we can disconnect from the mgm server before it shuts down
  (if we are a mgm server).
ndb/src/mgmsrv/main.cpp:
  Close our ConfigRetriever connection first.
  
  Stop sessions, and wait for them to stop. (previously we didn't wait, this was
  causing core dumps on shutdown with failed nodes).
2005-07-07 15:19:56 +10:00
..
ConfigRetriever.hpp BUG#11516 ndb_mgmd debug core on cluster shutdown with failed data nodes 2005-07-07 15:19:56 +10:00
IPCConfig.hpp wl1744 - fix compiler problems 2004-11-10 00:13:26 +01:00
MgmtErrorReporter.hpp Removed some macros 2004-07-09 10:00:09 +02:00