Below is the list of changes that have just been committed into a local
5.1 repository of jperkin. When jperkin does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-08-24 16:40:26+02:00, jperkin@stripped +1 -0
Finish up last syslog -> want_syslog change missed in r1.91
scripts/mysqld_safe.sh@stripped, 2007-08-24 16:39:16+02:00, jperkin@stripped +1 -1
Fix last syslog -> want_syslog.
diff -Nrup a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh
--- a/scripts/mysqld_safe.sh 2007-07-30 21:35:27 +02:00
+++ b/scripts/mysqld_safe.sh 2007-08-24 16:39:16 +02:00
@@ -363,7 +363,7 @@ then
USER_OPTION="--user=$user"
fi
# Change the err log to the right user, if it is in use
- if [ $syslog -eq 0 ]; then
+ if [ $want_syslog -eq 0 ]; then
touch $err_log
chown $user $err_log
fi
| Thread |
|---|
| • bk commit into 5.1 tree (jperkin:1.2579) | Jonathan Perkin | 24 Aug |