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 - back out nonroot shm changes
This commit is contained in:
@ -191,12 +191,6 @@ mkdir -p $hdfsDir >/dev/null 2>&1
|
||||
#create mount directories
|
||||
mkdir /mnt/tmp > /dev/null 2>&1
|
||||
|
||||
#create shared memory if non-root
|
||||
if [ $user != "root" ]; then
|
||||
mkdir -p ${installdir}/dev/shm
|
||||
chmod 666 ${installdir}/dev/shm
|
||||
fi
|
||||
|
||||
# remove mysql archive log
|
||||
test -d $installdir/mysql/db || mkdir -p $installdir/mysql/db
|
||||
rm -rf $installdir/mysql/db/columnstore_log_archive > /dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user