Ticket #19451: mysqld_safe.patch

File mysqld_safe.patch, 613 bytes (added by naruto97d@…, 15 years ago)
Line 
1*** /Users/uc0079/Desktop/mysqld_safe   2009-04-27 17:51:29.000000000 +0800
2--- /opt/local/lib/mysql5/bin/mysqld_safe       2009-03-26 16:11:23.000000000 +0800
3***************
4*** 209,215 ****
5  mysql_unix_port_dir=`dirname $safe_mysql_unix_port`
6  if [ ! -d $mysql_unix_port_dir ]
7  then
8!   mkdir -p $mysql_unix_port_dir
9    chown $user $mysql_unix_port_dir
10    chmod 755 $mysql_unix_port_dir
11  fi
12--- 209,215 ----
13  mysql_unix_port_dir=`dirname $safe_mysql_unix_port`
14  if [ ! -d $mysql_unix_port_dir ]
15  then
16!   mkdir $mysql_unix_port_dir
17    chown $user $mysql_unix_port_dir
18    chmod 755 $mysql_unix_port_dir
19  fi