1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-25 20:23:16 +03:00

MCOL-1244 - default install to non-distributed

This commit is contained in:
David Hill
2018-10-11 18:02:04 -05:00
parent 8cb45b5893
commit 09c379422d
4 changed files with 5 additions and 4 deletions

View File

@@ -747,7 +747,7 @@ static void startMgrProcessThread()
}
//get Distributed Install
string DistributedInstall = "y";
string DistributedInstall = "n";
try
{