You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-11 08:50:45 +03:00
mcol-833 - merge code from 1.0 for missing file fix
This commit is contained in:
@@ -2945,15 +2945,8 @@ void processMSG(messageqcpp::IOSocket* cfIos)
|
|||||||
|
|
||||||
msg >> moduleName;
|
msg >> moduleName;
|
||||||
|
|
||||||
oam.dbrmctl("halt");
|
|
||||||
log.writeLog(__LINE__, "'dbrmctl halt' done", LOG_TYPE_DEBUG);
|
|
||||||
|
|
||||||
int ret = processManager.getDBRMData(fIos, moduleName);
|
int ret = processManager.getDBRMData(fIos, moduleName);
|
||||||
|
|
||||||
oam.dbrmctl("resume");
|
|
||||||
log.writeLog(__LINE__, "'dbrmctl resume' done", LOG_TYPE_DEBUG);
|
|
||||||
|
|
||||||
|
|
||||||
if ( ret == oam::API_SUCCESS )
|
if ( ret == oam::API_SUCCESS )
|
||||||
log.writeLog(__LINE__, "Get DBRM Data Files Completed");
|
log.writeLog(__LINE__, "Get DBRM Data Files Completed");
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user