You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-18 13:54:11 +03:00
Merge pull request #1381 from benthompson15/MCOL-4265
MCOL-4265: change columnstore_tmp_files permissions at creation.
This commit is contained in:
@@ -125,7 +125,7 @@ rm -f /var/lib/columnstore/data/bulk/tmpjob/* >/dev/null 2>&1
|
||||
#get columnstore temp file directory name
|
||||
tmpDir=/tmp/columnstore_tmp_files
|
||||
mkdir $tmpDir >/dev/null 2>&1
|
||||
chmod 664 $tmpDir
|
||||
chmod 777 $tmpDir
|
||||
|
||||
#create mount directories
|
||||
mkdir /mnt/tmp > /dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user