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-61
This commit is contained in:
@ -8550,6 +8550,9 @@ namespace oam
|
|||||||
string entry = device + " " + InstallDir + "/data" + dbrootID + " ext2 noatime,nodiratime,noauto 0 0";
|
string entry = device + " " + InstallDir + "/data" + dbrootID + " ext2 noatime,nodiratime,noauto 0 0";
|
||||||
|
|
||||||
//update local fstab
|
//update local fstab
|
||||||
|
int user;
|
||||||
|
user = getuid();
|
||||||
|
|
||||||
if (user == 0)
|
if (user == 0)
|
||||||
cmd = "echo " + entry + " >> /etc/fstab";
|
cmd = "echo " + entry + " >> /etc/fstab";
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user