1
0
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:
David Hill
2018-10-03 14:09:48 -05:00
parent 8d3ce9757f
commit 7aff68969e
5 changed files with 0 additions and 14 deletions

View File

@ -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