You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Fixed the broken build, flipped the switch to put BRM files in SM.
This commit is contained in:
@ -2269,6 +2269,8 @@ pid_t ProcessMonitor::startProcess(string processModuleType, string processName,
|
||||
Oam oam;
|
||||
SystemProcessStatus systemprocessstatus;
|
||||
ProcessStatus processstatus;
|
||||
Config *cs_config = Config::makeConfig();
|
||||
string DBRootStorageType = cs_config->getConfig("Installation", "DBRootStorageType");
|
||||
|
||||
log.writeLog(__LINE__, "STARTING Process: " + processName, LOG_TYPE_DEBUG);
|
||||
log.writeLog(__LINE__, "Process location: " + processLocation, LOG_TYPE_DEBUG);
|
||||
|
Reference in New Issue
Block a user