• unknown's avatar
    BUG#10893 Cluster hangs on initial startup · db20f45b
    unknown authored
    IPCConfig wasn't constructing the connect string properly.
    
    
    ndb/src/common/mgmcommon/IPCConfig.cpp:
      fix construction of connect string from configuration.
      
      the port number was not being added correctly. This would cause the handle to default
      to localhost:1186
    db20f45b
IPCConfig.cpp 11.4 KB