mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.2' into 10.3
This commit is contained in:
@ -22,6 +22,7 @@ flush_caches=0
|
||||
numa_interleave=0
|
||||
wsrep_on=0
|
||||
dry_run=0
|
||||
defaults_group_suffix=
|
||||
|
||||
# Initial logging status: error log is not open, and not using syslog
|
||||
logging=init
|
||||
@ -349,6 +350,8 @@ parse_arguments() {
|
||||
append_arg_to_args "$arg"
|
||||
;;
|
||||
|
||||
--defaults-group-suffix=*) defaults_group_suffix="$arg" ;;
|
||||
|
||||
--help) usage ;;
|
||||
|
||||
*)
|
||||
@ -923,7 +926,7 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for i in "$ledir/$MYSQLD" "$defaults" "--basedir=$MY_BASEDIR_VERSION" \
|
||||
for i in "$ledir/$MYSQLD" "$defaults_group_suffix" "$defaults" "--basedir=$MY_BASEDIR_VERSION" \
|
||||
"--datadir=$DATADIR" "--plugin-dir=$plugin_dir" "$USER_OPTION"
|
||||
do
|
||||
cmd="$cmd "`shell_quote_string "$i"`
|
||||
|
Reference in New Issue
Block a user