1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-03 17:13:17 +03:00

fix package install names

This commit is contained in:
david hill
2016-02-23 16:47:19 -06:00
parent 7dd06e6a4d
commit a6854cb1ca
3 changed files with 11 additions and 7 deletions

View File

@@ -3088,7 +3088,7 @@ int main(int argc, char *argv[])
//run remote installer script
cmd = installDir + "/bin/user_installer.sh " + remoteModuleName + " " + remoteModuleIP + " " + password + " " + version + " initial " + EEPackageType + " " + nodeps + " " + temppwprompt + " " + mysqlPort + " " + remote_installer_debug + " " + debug_logfile;
cout << cmd << endl;
//cout << cmd << endl;
if ( thread_remote_installer ) {
thr_data[thread_id].command = cmd;
@@ -3237,7 +3237,7 @@ cout << cmd << endl;
//run remote installer script
cmd = installDir + "/bin/performance_installer.sh " + remoteModuleName + " " + remoteModuleIP + " " + password + " " + version + " initial " + EEPackageType + " " + nodeps + " " + remote_installer_debug + " " + debug_logfile;
cout << cmd << endl;
//cout << cmd << endl;
if ( thread_remote_installer ) {
thr_data[thread_id].command = cmd;