Skip to content

Commit b7886f5

Browse files
committed
fix mysqld_safe --help
put defaults* options first (and together). list --defaults-group-suffix too
1 parent bab989a commit b7886f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/mysqld_safe.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ usage () {
7373
cat <<EOF
7474
Usage: $0 [OPTIONS]
7575
--no-defaults Don't read the system defaults file
76-
--core-file-size=LIMIT Limit core files to the specified size
7776
--defaults-file=FILE Use the specified defaults file
7877
--defaults-extra-file=FILE Also use defaults from the specified file
78+
--defaults-group-suffix=X Additionally read default groups with X appended
79+
as a suffix
7980
--ledir=DIRECTORY Look for mysqld in the specified directory
8081
--open-files-limit=LIMIT Limit the number of open files
8182
--crash-script=FILE Script to call when mysqld crashes
83+
--core-file-size=LIMIT Limit core files to the specified size
8284
--timezone=TZ Set the system timezone
8385
--malloc-lib=LIB Preload shared library LIB if available
8486
--mysqld=FILE Use the specified file as mysqld

0 commit comments

Comments
 (0)