Commit 2210ff6a authored by unknown's avatar unknown

Fixed the mess created when I did LOD branch on accident


scripts/safe_mysqld.sh:
  merged Tim's change fixing up the mess I've made
parent 76224083
......@@ -21,7 +21,7 @@ esac
# Parse arguments to see if caller wants the pid_file somewhere else.
parse_arguments() {
for arg; do
for arg in "$@"; do
case $arg in
--datadir=*) DATADIR=`echo "$arg" | sed -e "s;--datadir=;;"` ;;
--pid-file=*) pid_file=`echo "$arg" | sed -e "s;--pid-file=;;"` ;;
......
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