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
94d4f324
Commit
94d4f324
authored
Feb 24, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix shutdown delay option name according to The Manual.
parent
37a5703b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-1
server-tools/instance-manager/instance_options.cc
server-tools/instance-manager/instance_options.cc
+1
-1
No files found.
mysql-test/mysql-test-run.pl
View file @
94d4f324
...
...
@@ -2993,7 +2993,7 @@ language = $path_language
character-sets-dir = $path_charsetsdir
basedir = $path_my_basedir
server_id = $server_id
shutdown
_
delay = 10
shutdown
-
delay = 10
skip-stack-trace
skip-innodb
skip-ndbcluster
...
...
server-tools/instance-manager/instance_options.cc
View file @
94d4f324
...
...
@@ -510,7 +510,7 @@ int Instance_options::add_option(const char* option)
{
"--pid-file="
,
11
,
&
mysqld_pid_file
,
SAVE_WHOLE_AND_ADD
},
{
"--mysqld-path="
,
14
,
&
mysqld_path
,
SAVE_VALUE
},
{
"--nonguarded"
,
9
,
&
nonguarded
,
SAVE_WHOLE
},
{
"--shutdown
_
delay"
,
9
,
&
shutdown_delay
,
SAVE_VALUE
},
{
"--shutdown
-
delay"
,
9
,
&
shutdown_delay
,
SAVE_VALUE
},
{
NULL
,
0
,
NULL
,
0
}
};
struct
selected_options_st
*
selected_options
;
...
...
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