You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-4018 Disable legacy OAM by default.
This commit is contained in:
@ -111,6 +111,8 @@ void OamCache::checkReload()
|
||||
// Restore for Windows when we support multiple PMs
|
||||
while (it != uniquePids.end())
|
||||
{
|
||||
// Disable legacy-OAM.
|
||||
/*
|
||||
if (getenv("SKIP_OAM_INIT") == NULL)
|
||||
{
|
||||
try
|
||||
@ -182,6 +184,7 @@ void OamCache::checkReload()
|
||||
}
|
||||
}
|
||||
else
|
||||
*/
|
||||
{
|
||||
pmToConnectionMap[*it] = i++;
|
||||
moduleIds.push_back(*it);
|
||||
|
Reference in New Issue
Block a user