1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed small merge bug

This commit is contained in:
vva@mysql.r18.ru
2003-05-27 16:58:57 +05:00
parent 63245b91c7
commit 55d4e55f7c
2 changed files with 2 additions and 1 deletions

View File

@ -164,7 +164,7 @@ then
fi
# Create database directories mysql & test
if test "$in_rpm" -eq 0 || "$windows" -eq 0
if test ! -d $ldata; then mkdir $ldata; chmod 700 $ldata ; fi
if test ! -d $ldata/mysql; then mkdir $ldata/mysql; chmod 700 $ldata/mysql ; fi
if test ! -d $ldata/test; then mkdir $ldata/test; chmod 700 $ldata/test ; fi