Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
0dfc9ece
Commit
0dfc9ece
authored
Mar 16, 2024
by
Andre Alves
Committed by
Andrew Hutchings
Jun 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-33618: add mariadbd_safe to option groups
parent
c96b23f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
man/mariadbd-safe.1
man/mariadbd-safe.1
+2
-2
scripts/mysqld_safe.sh
scripts/mysqld_safe.sh
+1
-1
No files found.
man/mariadbd-safe.1
View file @
0dfc9ece
...
...
@@ -51,14 +51,14 @@ Options unknown to
are passed to
\fBmysqld\fR
if they are specified on the command line, but ignored if they are specified in the
[mysqld_safe]
or [mariadb
_safe]
[mysqld_safe]
, [mariadbd-safe] or [mariadbd
_safe]
groups of an option file\&.
.PP
\fBmysqld_safe\fR
reads all options from the
[mysqld],
[server],
[mysqld_safe],
and [mariadb
_safe]
[mysqld_safe],
[mariadbd-safe] and [mariadbd
_safe]
sections in option files\&. For example, if you specify a
[mysqld]
section like this,
...
...
scripts/mysqld_safe.sh
View file @
0dfc9ece
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment