1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

MCOL-1167 - fixed -c option

This commit is contained in:
david hill
2018-01-16 10:18:29 -06:00
parent 4f1684c609
commit 2d0cea5542

View File

@@ -166,7 +166,7 @@ bool thread_remote_installer = true;
string singleServerInstall = "1";
string reuseConfig ="n";
string oldFileName;
string oldFileName = oam::UnassignedName;
string glusterCopies;
string glusterInstalled = "n";
string hadoopInstalled = "n";
@@ -370,6 +370,7 @@ int main(int argc, char *argv[])
exit(1);
}
if ( oldFileName == oam::UnassignedName )
oldFileName = installDir + "/etc/Columnstore.xml.rpmsave";
cout << endl;