1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-24 08:41:09 +03:00

MCOL-912 - fix spelling error

This commit is contained in:
david hill
2018-04-09 11:35:37 -05:00
parent bd8387202f
commit afb8e4706d

View File

@@ -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