You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
changes
This commit is contained in:
@@ -598,7 +598,7 @@ exit(0);
|
|||||||
RPMSAVE:
|
RPMSAVE:
|
||||||
//try Calpont.xml.rpmsave
|
//try Calpont.xml.rpmsave
|
||||||
cout << "Get System Calpont.xml.rpmsave " << flush;
|
cout << "Get System Calpont.xml.rpmsave " << flush;
|
||||||
cmd = "./remote_scp_get.sh " + installParentModuleIPAddr + " " + password + " " + installDir + "" + installLocation + "/etc/calpont.xml.rpmsave " + systemUser + " " + debug_flag;
|
cmd = "./remote_scp_get.sh " + installParentModuleIPAddr + " " + password + " " + installDir + "" + installLocation + "/etc/Calpont.xml.rpmsave " + systemUser + " " + debug_flag;
|
||||||
rtnCode = system(cmd.c_str());
|
rtnCode = system(cmd.c_str());
|
||||||
if (rtnCode == 0) {
|
if (rtnCode == 0) {
|
||||||
cmd = "mv Calpont.xml.rpmsave " + systemDir + "Calpont.xml";
|
cmd = "mv Calpont.xml.rpmsave " + systemDir + "Calpont.xml";
|
||||||
|
Reference in New Issue
Block a user