You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
MCOL-912 - fix spelling error
This commit is contained in:
@@ -3390,7 +3390,7 @@ void ProcessManager::recycleProcess(string module, bool enableModule)
|
|||||||
Oam oam;
|
Oam oam;
|
||||||
ModuleConfig moduleconfig;
|
ModuleConfig moduleconfig;
|
||||||
|
|
||||||
log.writeLog(__LINE__, "recycleProcess request after module statsu update: " + module, LOG_TYPE_DEBUG);
|
log.writeLog(__LINE__, "recycleProcess request after module status update: " + module, LOG_TYPE_DEBUG);
|
||||||
|
|
||||||
string moduleType = module.substr(0,MAX_MODULE_TYPE_SIZE);
|
string moduleType = module.substr(0,MAX_MODULE_TYPE_SIZE);
|
||||||
|
|
||||||
@@ -3400,7 +3400,7 @@ void ProcessManager::recycleProcess(string module, bool enableModule)
|
|||||||
}
|
}
|
||||||
catch(...) {}
|
catch(...) {}
|
||||||
|
|
||||||
// restart DMLProc and return if enable module is being done
|
// restart DBRM Process and DMLProc and return if enable module is being done
|
||||||
if (enableModule)
|
if (enableModule)
|
||||||
{
|
{
|
||||||
//recycle DBRM processes in all cases
|
//recycle DBRM processes in all cases
|
||||||
|
|||||||
Reference in New Issue
Block a user