mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
A small fix for the type in the script
This commit is contained in:
parent
afbd3fc503
commit
2be8a470f9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ parse_arguments() {
|
|||
# QQ The --open-files should be removed
|
||||
--open-files=*) open_files=`echo "$arg" | sed -e "s;--open-files=;;"` ;;
|
||||
--open-files-limit=*) open_files=`echo "$arg" | sed -e "s;--open-files-limit=;;"` ;;
|
||||
--core-file-size=*) core_file_size=`echo "$arg" | sed -e "s;--core_file_size=;;"` ;;
|
||||
--core-file-size=*) core_file_size=`echo "$arg" | sed -e "s;--core-file-size=;;"` ;;
|
||||
--timezone=*) TZ=`echo "$arg" | sed -e "s;--timezone=;;"` ; export TZ; ;;
|
||||
--mysqld=*) MYSQLD=`echo "$arg" | sed -e "s;--mysqld=;;"` ;;
|
||||
--mysqld-version=*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue