Commit 6951bad6 authored by unknown's avatar unknown
Browse files

Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.0

into  mysql.com:/home/stewart/Documents/MySQL/5.0/main

parents fd0d9764 ab0e8f2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ public:
  ~ConfigRetriever();

  int do_connect(int no_retries, int retry_delay_in_seconds, int verbose);
  int disconnect();
  
  /**
   * Get configuration for current node.
+6 −0
Original line number Diff line number Diff line
@@ -107,6 +107,12 @@ ConfigRetriever::do_connect(int no_retries,
    0 : -1;
}

int
ConfigRetriever::disconnect()
{
  return ndb_mgm_disconnect(m_handle);
}

//****************************************************************************
//****************************************************************************
//****************************************************************************
+2 −1
Original line number Diff line number Diff line
@@ -353,7 +353,8 @@ int main(int argc, char** argv)
  
  g_eventLogger.info("Shutting down server...");
  glob.socketServer->stopServer();
  glob.socketServer->stopSessions();
  glob.mgmObject->get_config_retriever()->disconnect();
  glob.socketServer->stopSessions(true);
  g_eventLogger.info("Shutdown complete");
  return 0;
 error_end: