From 73770db3f524426ca006f1038021c0e64fc5c5d0 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Aug 2004 16:21:33 +0200 Subject: 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 --- ndb/src/mgmsrv/MgmtSrvr.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ndb/src/mgmsrv/MgmtSrvr.hpp') 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: //************************************************************************** -- cgit v1.2.1