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:
@ -174,10 +174,8 @@ void setupSignalHandlers()
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
// print a warning if this is a developer build
|
||||
if (getenv("SKIP_OAM_INIT"))
|
||||
{
|
||||
cout << "SKIP_OAM_INIT is set" << endl;
|
||||
cout << "SKIP_OAM_INIT is set and legacy OAM is disabled by default" << endl;
|
||||
sleep(2);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user