Commit 7748d388 authored by unknown's avatar unknown

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
...@@ -139,8 +139,6 @@ ConfigRetriever::getConfig(NdbMgmHandle m_handle){ ...@@ -139,8 +139,6 @@ ConfigRetriever::getConfig(NdbMgmHandle m_handle){
return 0; return 0;
} }
ndb_mgm_disconnect(m_handle);
return conf; return conf;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment