Below is the list of changes that have just been committed into a local
5.0 repository of mtaylor. When mtaylor 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-04-12 11:16:07-07:00, mtaylor@qualinost.(none) +1 -0
BUG#27367 mysql.server should be LSB init script compliant
Moved cd $basedir to live in the start section, as it only applies to the start
functionality and breaks the restart task
support-files/mysql.server.sh@stripped, 2007-04-12 11:16:04-07:00, mtaylor@qualinost.(none)
+3 -3
BUG#27367 mysql.server should be LSB init script compliant
Moved cd $basedir to live in the start section, as it only applies to the start
functionality and breaks the restart task
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: mtaylor
# Host: qualinost.(none)
# Root: /home/mtaylor/src/mysql/mysql-firsttwo
--- 1.56/support-files/mysql.server.sh 2007-04-12 11:16:12 -07:00
+++ 1.57/support-files/mysql.server.sh 2007-04-12 11:16:12 -07:00
@@ -261,12 +261,12 @@
esac
fi
-# Safeguard (relative paths, core dumps..)
-cd $basedir
-
case "$mode" in
'start')
# Start daemon
+
+ # Safeguard (relative paths, core dumps..)
+ cd $basedir
manager=$bindir/mysqlmanager
if test -x $libexecdir/mysqlmanager
| Thread |
|---|
| • bk commit into 5.0 tree (mtaylor:1.2455) BUG#27367 | Monty Taylor | 12 Apr |