You've already forked mariadb-columnstore-engine
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:
@ -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++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user