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

MCOL-962 Can't comment out import code. Do something else to remove warning.

This commit is contained in:
David Hall
2018-01-16 12:29:46 -06:00
parent 1ffeda44d6
commit b3bbd89d00

View File

@ -5552,7 +5552,7 @@ int processCommand(string* arguments)
}
}
string command = startup::StartUp::installDir() + "/bin/remote_command.sh " + (*hostConfigIter).IPAddr + " " + password + " 'mkdir -p " + startup::StartUp::installDir() + "/gluster/brick" + oam.itoa(brickID) + "'";
// int status = system(command.c_str());
system(command.c_str());
brickID++;
}
}