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
Removed some storage-manager specific stuff from a cherry-picked
commit.
This commit is contained in:
@ -2530,7 +2530,7 @@ pid_t ProcessMonitor::startProcess(string processModuleType, string processName,
|
||||
system(cmd.c_str());
|
||||
|
||||
// if Non Parent OAM Module, get the dbmr data from Parent OAM Module
|
||||
if ( !gOAMParentModuleFlag && !HDFS && DBRootStorageType != "storagemanager")
|
||||
if ( !gOAMParentModuleFlag && !HDFS)
|
||||
{
|
||||
|
||||
//create temp dbrm directory
|
||||
|
Reference in New Issue
Block a user