1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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,7 +370,8 @@ int main(int argc, char *argv[])
exit(1);
}
oldFileName = installDir + "/etc/Columnstore.xml.rpmsave";
if ( oldFileName == oam::UnassignedName )
oldFileName = installDir + "/etc/Columnstore.xml.rpmsave";
cout << endl;
cout << "This is the MariaDB ColumnStore System Configuration and Installation tool." << endl;