Commit 245c5086 authored by unknown's avatar unknown

fixed small merge bug


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent b090bd08
......@@ -114,6 +114,7 @@ venu@myvenu.com
venu@work.mysql.com
vva@eagle.mysql.r18.ru
vva@genie.(none)
vva@mysql.r18.ru
walrus@kishkin.ru
walrus@mysql.com
wax@kishkin.ru
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment