Skip to content

Commit

Permalink
MDEV-33618: add mariadbd_safe to option groups
Browse files Browse the repository at this point in the history
  • Loading branch information
andremralves committed Mar 16, 2024
1 parent 1e889a6 commit 167586d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mysqld_safe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ fi
# If arguments come from [mysqld_safe] section of my.cnf
# we complain about unrecognized options
unrecognized_handling=complain
parse_arguments `$print_defaults $defaults --loose-verbose mysqld_safe safe_mysqld mariadb_safe mariadbd-safe`
parse_arguments `$print_defaults $defaults --loose-verbose mysqld_safe safe_mysqld mariadb_safe mariadbd_safe mariadbd-safe`

# We only need to pass arguments through to the server if we don't
# handle them here. So, we collect unrecognized options (passed on
Expand Down

0 comments on commit 167586d

Please sign in to comment.