summaryrefslogtreecommitdiff
path: root/ndb/src/mgmapi/mgmapi.cpp
diff options
context:
space:
mode:
authorunknown <stewart@mysql.com>2004-12-16 11:17:27 +1100
committerunknown <stewart@mysql.com>2004-12-16 11:17:27 +1100
commitff99dce1b1f5d7241829f5abc4ff30dd2a7819b9 (patch)
treef92f94de2bf150cf72e719133139b9aca32e9075 /ndb/src/mgmapi/mgmapi.cpp
parenteab8601c16c1981a82675093764db825e8fb845e (diff)
downloadmariadb-git-ff99dce1b1f5d7241829f5abc4ff30dd2a7819b9.tar.gz
Further work on WL2278
Add calls to mgmd after setting up connections. (not fully functional yet, checkin for pull) ndb/include/mgmcommon/ConfigRetriever.hpp: add get_mgmHandle() member function ndb/include/transporter/TransporterRegistry.hpp: Add remoteNodeId parameter to add_transporter interface add get_transporter() and get_localNodeID() these are required for getting the right information out of TransporterRegistry to inform mgmd of what ports we use to connect to other nodes. ndb/src/common/mgmcommon/IPCConfig.cpp: call add_transporter_interface with the new nodeId2 parameter ndb/src/common/transporter/TransporterRegistry.cpp: Implement additional (remoteNodeId) parameter in add_transporter_interface Implement get_transporter() ndb/src/kernel/main.cpp: Call ndb_mgm_set_connection_int_parameter() to tell mgmd what ports we use to connect to other nodes. ndb/src/kernel/vm/Configuration.hpp: add get_config_retriever() ndb/src/mgmapi/mgmapi.cpp: Add DBUG_ENTER call to ndb_mgm_set_connection_int_parameter ndb/src/ndbapi/TransporterFacade.hpp: Add get_registry() ndb/src/ndbapi/ndb_cluster_connection.cpp: Add call to ndb_mgm_set_connection_int_parameter to tell mgmd what ports we use to connect to other nodes.
Diffstat (limited to 'ndb/src/mgmapi/mgmapi.cpp')
-rw-r--r--ndb/src/mgmapi/mgmapi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/mgmapi/mgmapi.cpp b/ndb/src/mgmapi/mgmapi.cpp
index 0ba7b1c8b0f..be5e17e7429 100644
--- a/ndb/src/mgmapi/mgmapi.cpp
+++ b/ndb/src/mgmapi/mgmapi.cpp
@@ -1983,6 +1983,7 @@ ndb_mgm_set_connection_int_parameter(NdbMgmHandle handle,
int param,
unsigned value,
struct ndb_mgm_reply* mgmreply){
+ DBUG_ENTER("ndb_mgm_set_connection_int_parameter");
CHECK_HANDLE(handle, 0);
CHECK_CONNECTED(handle, 0);