Below is the list of changes that have just been committed into a local
5.1 repository of joerg. When joerg 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-09-14 00:59:22+02:00, joerg@trift2. +1 -0
scripts/mysqld_safe.sh
Copy a fix by jperkin for bug#30624 into the 5.1.22 build tree.
scripts/mysqld_safe.sh@stripped, 2007-09-14 00:59:16+02:00, joerg@trift2. +1 -1
Copy a fix by jperkin for bug#30624 into the 5.1.22 build tree.
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-09-14 00:59: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 (joerg:1.2602) BUG#30624 | Joerg Bruehe | 14 Sep |