mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
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
This commit is contained in:
parent
762240837c
commit
2210ff6a2c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ esac
|
||||||
|
|
||||||
# Parse arguments to see if caller wants the pid_file somewhere else.
|
# Parse arguments to see if caller wants the pid_file somewhere else.
|
||||||
parse_arguments() {
|
parse_arguments() {
|
||||||
for arg; do
|
for arg in "$@"; do
|
||||||
case $arg in
|
case $arg in
|
||||||
--datadir=*) DATADIR=`echo "$arg" | sed -e "s;--datadir=;;"` ;;
|
--datadir=*) DATADIR=`echo "$arg" | sed -e "s;--datadir=;;"` ;;
|
||||||
--pid-file=*) pid_file=`echo "$arg" | sed -e "s;--pid-file=;;"` ;;
|
--pid-file=*) pid_file=`echo "$arg" | sed -e "s;--pid-file=;;"` ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue