diff options
author | unknown <stewart@mysql.com> | 2005-09-29 16:52:38 +1000 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2005-09-29 16:52:38 +1000 |
commit | e77095bc29babb18b23f7cdaa5784770b9e7bd0f (patch) | |
tree | bb627835e7cea93b5a94b64dd950bed0425e92d6 /ndb/src/mgmsrv/Config.hpp | |
parent | 66aef25609305c2579c7614fd2aeb20755f34b2f (diff) | |
parent | 7d325ef2b3758d330420ca6e8c34abab42ef4b9e (diff) | |
download | mariadb-git-e77095bc29babb18b23f7cdaa5784770b9e7bd0f.tar.gz |
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main
into mysql.com:/home/stewart/Documents/MySQL/4.1/mgmd
Diffstat (limited to 'ndb/src/mgmsrv/Config.hpp')
-rw-r--r-- | ndb/src/mgmsrv/Config.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ndb/src/mgmsrv/Config.hpp b/ndb/src/mgmsrv/Config.hpp index b5e1e17b027..8e16ddf1810 100644 --- a/ndb/src/mgmsrv/Config.hpp +++ b/ndb/src/mgmsrv/Config.hpp @@ -60,16 +60,6 @@ public: printConfigFile(ndb); } - Uint32 getGenerationNumber() const; - int setGenerationNumber(Uint32); - - /** Change configuration - */ - bool change(const BaseString §ion, - const BaseString ¶m, - const BaseString &value); - - /** * Info */ |