mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
make memeber public
This commit is contained in:
parent
547b51124c
commit
f4c75aefb2
1 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,8 @@ public:
|
|||
int getRandomNodeOtherNodeGroup(int nodeId, int randomNumber);
|
||||
int getRandomNotMasterNodeId(int randomNumber);
|
||||
|
||||
NdbMgmHandle handle;
|
||||
|
||||
protected:
|
||||
|
||||
int waitClusterState(ndb_mgm_node_status _status,
|
||||
|
@ -87,7 +89,6 @@ protected:
|
|||
|
||||
bool connected;
|
||||
BaseString addr;
|
||||
NdbMgmHandle handle;
|
||||
ndb_mgm_configuration * m_config;
|
||||
protected:
|
||||
ndb_mgm_configuration * getConfig();
|
||||
|
|
Loading…
Add table
Reference in a new issue