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
change
This commit is contained in:
@@ -337,7 +337,7 @@ int main(int argc, char *argv[])
|
|||||||
installDir = "/home/" + systemUser;
|
installDir = "/home/" + systemUser;
|
||||||
|
|
||||||
//remove all calpont packages from local /root/ directory, can interfere with install
|
//remove all calpont packages from local /root/ directory, can interfere with install
|
||||||
if (geteuid() == 0) {
|
if (geteuid() == 0)
|
||||||
system("rm -f /root/calpont-*rpm /root/infinidb-*rpm /root/mariadb-*rpm ");
|
system("rm -f /root/calpont-*rpm /root/infinidb-*rpm /root/mariadb-*rpm ");
|
||||||
|
|
||||||
string systemDir = "systems/" + systemName + "/";
|
string systemDir = "systems/" + systemName + "/";
|
||||||
|
Reference in New Issue
Block a user