Loading ndb/src/mgmapi/LocalConfig.cpp +7 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,13 @@ LocalConfig::parseString(const char * connectString, BaseString &err){ return false; } if (!found_other) { if (b_nodeId && !found_other) { BaseString tmp; tmp.assfmt("host=localhost:%s", NDB_PORT); if(parseHostName(tmp.c_str())) return true; err.appfmt("Missing host/file name extry in \"%s\"", connectString); return false; } Loading ndb/src/mgmsrv/MgmtSrvr.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -2230,9 +2230,6 @@ MgmtSrvr::alloc_node_id(NodeId * nodeId, id_found= tmp; break; } assert(no_mgm > 1); assert(*nodeId != 0); assert(type != NDB_MGM_NODE_TYPE_MGM); if (id_found) { // mgmt server may only have one match error_string.appfmt("Ambiguous node id's %d and %d.\n" "Suggest specifying node id in connectstring,\n" Loading Loading
ndb/src/mgmapi/LocalConfig.cpp +7 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,13 @@ LocalConfig::parseString(const char * connectString, BaseString &err){ return false; } if (!found_other) { if (b_nodeId && !found_other) { BaseString tmp; tmp.assfmt("host=localhost:%s", NDB_PORT); if(parseHostName(tmp.c_str())) return true; err.appfmt("Missing host/file name extry in \"%s\"", connectString); return false; } Loading
ndb/src/mgmsrv/MgmtSrvr.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -2230,9 +2230,6 @@ MgmtSrvr::alloc_node_id(NodeId * nodeId, id_found= tmp; break; } assert(no_mgm > 1); assert(*nodeId != 0); assert(type != NDB_MGM_NODE_TYPE_MGM); if (id_found) { // mgmt server may only have one match error_string.appfmt("Ambiguous node id's %d and %d.\n" "Suggest specifying node id in connectstring,\n" Loading