1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3515 Remove distributed install

Non-distributed is now the only install method.
This commit is contained in:
Andrew Hutchings
2019-09-24 12:02:10 +01:00
parent 66d59a760d
commit 8c207bf412
8 changed files with 18 additions and 990 deletions

View File

@ -2149,26 +2149,6 @@ int main(int argc, char* argv[])
catch (...)
{}
try
{
string DistributedInstall = sysConfigOld->getConfig("Installation", "DistributedInstall");
if ( !DistributedInstall.empty() )
{
try
{
sysConfigNew->setConfig("Installation", "DistributedInstall", DistributedInstall);
}
catch (...)
{
cout << "ERROR: Problem setting DistributedInstall in the Calpont System Configuration file" << endl;
exit(-1);
}
}
}
catch (...)
{}
// add entries from tuning guide