1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Removed some storage-manager specific stuff from a cherry-picked

commit.
This commit is contained in:
Patrick LeBlanc
2019-08-16 11:54:29 -05:00
parent ac4902c22f
commit 7f4d060dc3

View File

@ -2530,7 +2530,7 @@ pid_t ProcessMonitor::startProcess(string processModuleType, string processName,
system(cmd.c_str()); system(cmd.c_str());
// if Non Parent OAM Module, get the dbmr data from Parent OAM Module // 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 //create temp dbrm directory