Commit f4c75aef authored by unknown's avatar unknown

make memeber public

parent 547b5112
...@@ -65,6 +65,8 @@ public: ...@@ -65,6 +65,8 @@ public:
int getRandomNodeOtherNodeGroup(int nodeId, int randomNumber); int getRandomNodeOtherNodeGroup(int nodeId, int randomNumber);
int getRandomNotMasterNodeId(int randomNumber); int getRandomNotMasterNodeId(int randomNumber);
NdbMgmHandle handle;
protected: protected:
int waitClusterState(ndb_mgm_node_status _status, int waitClusterState(ndb_mgm_node_status _status,
...@@ -87,7 +89,6 @@ protected: ...@@ -87,7 +89,6 @@ protected:
bool connected; bool connected;
BaseString addr; BaseString addr;
NdbMgmHandle handle;
ndb_mgm_configuration * m_config; ndb_mgm_configuration * m_config;
protected: protected:
ndb_mgm_configuration * getConfig(); ndb_mgm_configuration * getConfig();
......
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