Commit 7748d388 authored by unknown's avatar unknown
Browse files

BUG#11132 Connections stuck in CLOSE_WAIT

The 4.1 fix is not valid for 5.0. Remove it.


ndb/src/common/mgmcommon/ConfigRetriever.cpp:
  This fix is not valid for 5.0 as we use the mgm server connection for more than
  just fetching the initial configuration
parent 37b02e7c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -139,8 +139,6 @@ ConfigRetriever::getConfig(NdbMgmHandle m_handle){
    return 0;
  }

  ndb_mgm_disconnect(m_handle);

  return conf;
}