You've already forked mariadb-columnstore-engine
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:
@@ -747,7 +747,7 @@ static void startMgrProcessThread()
|
||||
}
|
||||
|
||||
//get Distributed Install
|
||||
string DistributedInstall = "y";
|
||||
string DistributedInstall = "n";
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user