summaryrefslogtreecommitdiff
path: root/ndb/src/mgmsrv/MgmtSrvr.hpp
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-08-05 16:21:33 +0200
committerunknown <joreland@mysql.com>2004-08-05 16:21:33 +0200
commit73770db3f524426ca006f1038021c0e64fc5c5d0 (patch)
tree1372a44505734d50c1465a4519e5f3e98c97bea4 /ndb/src/mgmsrv/MgmtSrvr.hpp
parent1479ed3f5aaa0bfd1413a867952857695712786b (diff)
downloadmariadb-git-73770db3f524426ca006f1038021c0e64fc5c5d0.tar.gz
Initial support for updating configuration "on the fly"
Only updates values mgmsrv's on main memory to be used in test prg's ndb/include/mgmapi/mgmapi_debug.h: Update on config ndb/include/util/ConfigValues.hpp: Update on config ndb/src/mgmapi/mgmapi.cpp: Update on config ndb/src/mgmsrv/MgmtSrvr.cpp: Update on config ndb/src/mgmsrv/MgmtSrvr.hpp: Update on config ndb/src/mgmsrv/Services.cpp: Update on config ndb/src/mgmsrv/Services.hpp: Update on config
Diffstat (limited to 'ndb/src/mgmsrv/MgmtSrvr.hpp')
-rw-r--r--ndb/src/mgmsrv/MgmtSrvr.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/src/mgmsrv/MgmtSrvr.hpp b/ndb/src/mgmsrv/MgmtSrvr.hpp
index 1145f4a5a6b..f677cdbb2d0 100644
--- a/ndb/src/mgmsrv/MgmtSrvr.hpp
+++ b/ndb/src/mgmsrv/MgmtSrvr.hpp
@@ -517,6 +517,8 @@ public:
*/
int getPort() const;
+ int setDbParameter(int node, int parameter, const char * value, BaseString&);
+
//**************************************************************************
private:
//**************************************************************************