summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-09-09 13:55:14 +0000
committerunknown <tomas@poseidon.(none)>2004-09-09 13:55:14 +0000
commit0a7f9e24d8fc9983cd09b2e5a0f53461e2e8fa66 (patch)
treec868583287b55e08d81e9edf121279b1e0d56c4b /ndb/include
parentc49a08dd75e97ce4ae4b79c76a67fb619c703355 (diff)
downloadmariadb-git-0a7f9e24d8fc9983cd09b2e5a0f53461e2e8fa66.tar.gz
improved show command
fixed some mutex locks for Ndb objects moved TranspoterFacade::stop_instance to cluster connection moved Socket Server::start_server outside the TransporterFacade::start_instance thread ndb/include/mgmapi/mgmapi.h: improved show command ndb/src/mgmapi/mgmapi.cpp: improved show command ndb/src/mgmclient/CommandInterpreter.cpp: improved show command ndb/src/mgmsrv/MgmtSrvr.cpp: improved show command ndb/src/mgmsrv/MgmtSrvr.hpp: improved show command ndb/src/mgmsrv/Services.cpp: improved show command ndb/src/ndbapi/Ndbinit.cpp: fixed some mutex locks for Ndb objects moved TranspoterFacade::stop_instance to cluster connection ndb/src/ndbapi/TransporterFacade.cpp: movet Socket Server::start_server outside the TransporterFacade::start_instance thread ndb/src/ndbapi/TransporterFacade.hpp: movet Socket Server::start_server outside the TransporterFacade::start_instance thread ndb/src/ndbapi/ndb_cluster_connection.cpp: movet Socket Server::start_server outside the TransporterFacade::start_instance thread
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/mgmapi/mgmapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h
index a745688561c..b5cbac5599b 100644
--- a/ndb/include/mgmapi/mgmapi.h
+++ b/ndb/include/mgmapi/mgmapi.h
@@ -204,6 +204,7 @@ extern "C" {
int version; ///< Internal version number
int connect_count; ///< No of times node has connected
///< or disconnected to the mgm srv
+ char connect_address[sizeof("000.000.000.000")+1];
};
/**
@@ -214,6 +215,7 @@ extern "C" {
///< node_states array
struct ndb_mgm_node_state ///< An array with node_states
node_states[1];
+ const char *hostname;
};
/**