You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-520
This commit is contained in:
@ -1099,6 +1099,9 @@ bool updateProcessConfig(int serverTypeInstall)
|
||||
*/
|
||||
bool makeRClocal(string moduleName, int IserverTypeInstall)
|
||||
{
|
||||
|
||||
return true;
|
||||
|
||||
string moduleType = moduleName.substr(0, MAX_MODULE_TYPE_SIZE);
|
||||
|
||||
vector <string> lines;
|
||||
|
@ -1239,7 +1239,6 @@ int main(int argc, char* argv[])
|
||||
if ( !rootUser )
|
||||
{
|
||||
system("sed -i -e 's/#MCS//g' /etc/rc.d/rc.local >/dev/null 2>&1");
|
||||
system("chmod 666 /etc/fstab >/dev/null 2>&1");
|
||||
}
|
||||
|
||||
if ( !writeConfig(sysConfig) )
|
||||
|
Reference in New Issue
Block a user