diff options
author | joreland@mysql.com <> | 2005-07-23 12:06:02 +0200 |
---|---|---|
committer | joreland@mysql.com <> | 2005-07-23 12:06:02 +0200 |
commit | 5490cdfb24695ff23dad57d3b7b0976238800e4b (patch) | |
tree | 62741bd1e2b844b915fe5f56b49b7a8908de2253 /ndb/src/mgmsrv | |
parent | a7830ed93ceab0bd919b5a48e44dfdf5ec4cd11b (diff) | |
download | mariadb-git-5490cdfb24695ff23dad57d3b7b0976238800e4b.tar.gz |
Add tool to extract config info from ndb_mgmd
Diffstat (limited to 'ndb/src/mgmsrv')
-rw-r--r-- | ndb/src/mgmsrv/ConfigInfo.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/src/mgmsrv/ConfigInfo.hpp b/ndb/src/mgmsrv/ConfigInfo.hpp index dff8b34bf4a..94f1cebde04 100644 --- a/ndb/src/mgmsrv/ConfigInfo.hpp +++ b/ndb/src/mgmsrv/ConfigInfo.hpp @@ -126,14 +126,14 @@ private: Properties m_info; Properties m_systemDefaults; - static const ParamInfo m_ParamInfo[]; - static const int m_NoOfParams; - static const AliasPair m_sectionNameAliases[]; static const char* m_sectionNames[]; static const int m_noOfSectionNames; public: + static const ParamInfo m_ParamInfo[]; + static const int m_NoOfParams; + static const SectionRule m_SectionRules[]; static const ConfigRule m_ConfigRules[]; static const int m_NoOfRules; |