1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-02 12:41:17 +03:00

MCOL-1423

This commit is contained in:
David Hill
2018-09-12 14:31:23 -05:00
parent 21f108896d
commit 8ec02bfce5

View File

@@ -2846,10 +2846,13 @@ void processMSG(messageqcpp::IOSocket* cfIos)
}
// if a DDLProc was restarted, reinit DMLProc
// if a DDLProc was restarted, restart DMLProc
if( processName == "DDLProc") {
processManager.reinitProcessType("DMLProc");
//set query system states ready
processManager.setQuerySystemState(true);
processManager.setSystemState(oam::ACTIVE);
}
//only run on auto process restart
@@ -2900,6 +2903,8 @@ void processMSG(messageqcpp::IOSocket* cfIos)
processManager.setQuerySystemState(true);
processManager.setSystemState(oam::ACTIVE);
log.writeLog(__LINE__, "MSG RECEIVED: Process Restarted Completed");
}
break;