diff options
author | unknown <stewart@mysql.com> | 2004-12-20 12:31:45 +1100 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2004-12-20 12:31:45 +1100 |
commit | 168e57197657ccd4babc4dfcc81e8f0216db0342 (patch) | |
tree | 102319fa77ceff40c70e4838b2fa66d54880abcd /ndb/src/mgmsrv/Services.hpp | |
parent | 7e5be0fefd7635878baf1788b47e59bdc559de5b (diff) | |
parent | 87c85d6f34e9aa58c81bb730a61ffcd8319b1ad4 (diff) | |
download | mariadb-git-168e57197657ccd4babc4dfcc81e8f0216db0342.tar.gz |
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl2
ndb/src/mgmapi/mgmapi.cpp:
Auto merged
ndb/src/mgmsrv/MgmtSrvr.cpp:
Auto merged
ndb/src/mgmsrv/MgmtSrvr.hpp:
Auto merged
ndb/src/mgmsrv/Services.cpp:
Auto merged
ndb/src/mgmsrv/Services.hpp:
Auto merged
Diffstat (limited to 'ndb/src/mgmsrv/Services.hpp')
-rw-r--r-- | ndb/src/mgmsrv/Services.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/src/mgmsrv/Services.hpp b/ndb/src/mgmsrv/Services.hpp index bea869d6540..d7334ee1c5f 100644 --- a/ndb/src/mgmsrv/Services.hpp +++ b/ndb/src/mgmsrv/Services.hpp @@ -90,6 +90,8 @@ public: void setParameter(Parser_t::Context &ctx, const class Properties &args); void setConnectionParameter(Parser_t::Context &ctx, const class Properties &args); + void getConnectionParameter(Parser_t::Context &ctx, + Properties const &args); void listen_event(Parser_t::Context &ctx, const class Properties &args); |