You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-770
This commit is contained in:
@ -2771,6 +2771,8 @@ namespace oam
|
||||
// Get Server Type Install ID
|
||||
|
||||
serverTypeInstall = atoi(sysConfig->getConfig("Installation", "ServerTypeInstall").c_str());
|
||||
|
||||
sysConfig;
|
||||
}
|
||||
catch (...) {}
|
||||
|
||||
|
@ -519,7 +519,7 @@ namespace oam
|
||||
DISABLEMYSQLREP,
|
||||
GLUSTERASSIGN,
|
||||
GLUSTERUNASSIGN,
|
||||
PROCESSALARM
|
||||
PROCESSALARM
|
||||
};
|
||||
|
||||
/** @brief Process Management - Mgr to Mon request options
|
||||
@ -557,6 +557,7 @@ namespace oam
|
||||
HEARTBEAT_SEND,
|
||||
PROCBUILDSYSTEMTABLES,
|
||||
LOCALHEARTBEAT,
|
||||
CONFIGURE,
|
||||
RECONFIGURE,
|
||||
PROCESSRESTART,
|
||||
GETSOFTWAREINFO,
|
||||
|
Reference in New Issue
Block a user