summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <tomas@whalegate.ndb.mysql.com>2007-05-28 16:18:04 +0200
committerunknown <tomas@whalegate.ndb.mysql.com>2007-05-28 16:18:04 +0200
commitf4c75aefb2f064dbca40e83e96f29dcf1fb0b9c1 (patch)
tree9148006253dab295f53c5fad818ed7d33bf994d2 /ndb
parent547b51124c580e0d5fbfd519a93e38f2364f729c (diff)
downloadmariadb-git-f4c75aefb2f064dbca40e83e96f29dcf1fb0b9c1.tar.gz
make memeber public
Diffstat (limited to 'ndb')
-rw-r--r--ndb/test/include/NdbRestarter.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/test/include/NdbRestarter.hpp b/ndb/test/include/NdbRestarter.hpp
index 2f21c41b9c4..63de32ac038 100644
--- a/ndb/test/include/NdbRestarter.hpp
+++ b/ndb/test/include/NdbRestarter.hpp
@@ -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();