You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-1607. Tentative change to include addModule.
This might or might not let addModule store host names instead of IP addresses.
This commit is contained in:
@@ -1488,7 +1488,8 @@ public:
|
||||
* @param DeviceNetworkConfig the Modules added
|
||||
* @param password Host Root Password
|
||||
*/
|
||||
EXPORT void addModule(DeviceNetworkList devicenetworklist, const std::string password, const std::string mysqlpw);
|
||||
EXPORT void addModule(DeviceNetworkList devicenetworklist, const std::string password, const std::string mysqlpw,
|
||||
bool storeHostnames);
|
||||
|
||||
/** @brief remove Module
|
||||
*
|
||||
@@ -2503,6 +2504,12 @@ private:
|
||||
int sendMsgToProcMgr2(messageqcpp::ByteStream::byte requestType, DeviceNetworkList devicenetworklist,
|
||||
GRACEFUL_FLAG gracefulflag, ACK_FLAG ackflag, const std::string password = oam::UnassignedName, const std::string mysqlpw = oam::UnassignedName);
|
||||
|
||||
/** @brief a slightly different version of sendMsgToProcMgr2, which is for addmodule only.
|
||||
*/
|
||||
int sendAddModuleToProcMgr(messageqcpp::ByteStream::byte requestType, DeviceNetworkList devicenetworklist,
|
||||
GRACEFUL_FLAG gracefulflag, ACK_FLAG ackflag, bool storeHostnames, const std::string password = oam::UnassignedName,
|
||||
const std::string mysqlpw = oam::UnassignedName);
|
||||
|
||||
/** @brief build and send request message to Process Manager
|
||||
* Check for status messages
|
||||
*/
|
||||
|
Reference in New Issue
Block a user