You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4018 Disable legacy OAM by default.
This commit is contained in:
@ -2371,9 +2371,9 @@ void Oam::setProcessStatus(const std::string process, const std::string module,
|
||||
|
||||
void Oam::processInitComplete(std::string processName, int state)
|
||||
{
|
||||
//This method takes too long on Windows and doesn't do anything there anyway...
|
||||
if (getenv("SKIP_OAM_INIT") != NULL)
|
||||
return;
|
||||
//This method takes too long on Windows and doesn't do anything there anyway...
|
||||
// Disable legacy OAM
|
||||
return;
|
||||
// get current Module name
|
||||
string moduleName;
|
||||
oamModuleInfo_t st;
|
||||
|
Reference in New Issue
Block a user