File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ mysqld_ld_library_path=
21
21
flush_caches=0
22
22
numa_interleave=0
23
23
unsafe_my_cnf=0
24
+ defaults_group_suffix=
24
25
25
26
# Initial logging status: error log is not open, and not using syslog
26
27
logging=init
@@ -265,6 +266,8 @@ parse_arguments() {
265
266
--flush-caches) flush_caches=1 ;;
266
267
--numa-interleave) numa_interleave=1 ;;
267
268
269
+ --defaults-group-suffix=* ) defaults_group_suffix=" $arg " ;;
270
+
268
271
--help) usage ;;
269
272
270
273
* )
845
848
exit 1
846
849
fi
847
850
848
- for i in " $ledir /$MYSQLD " " $defaults " " --basedir=$MY_BASEDIR_VERSION " \
851
+ for i in " $ledir /$MYSQLD " " $defaults_group_suffix " " $ defaults" " --basedir=$MY_BASEDIR_VERSION " \
849
852
" --datadir=$DATADIR " " --plugin-dir=$plugin_dir " " $USER_OPTION "
850
853
do
851
854
cmd=" $cmd " ` shell_quote_string " $i " `
You can’t perform that action at this time.
0 commit comments