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
e3d3bbf5
Commit
e3d3bbf5
authored
Nov 28, 2019
by
Anel Husakovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using `variables` instead of `values` in mysqld --help documentation would be more accurate
parent
3cb60ec2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/r/mysqld--help.result
mysql-test/r/mysqld--help.result
+1
-1
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
mysql-test/r/mysqld--help.result
View file @
e3d3bbf5
...
...
@@ -1107,5 +1107,5 @@ userstat FALSE
verbose TRUE
wait-timeout 28800
To see what va
lu
es a running MySQL server is using, type
To see what va
riabl
es a running MySQL server is using, type
'mysqladmin variables' instead of 'mysqld --verbose --help'.
scripts/mysql_install_db.sh
View file @
e3d3bbf5
...
...
@@ -214,7 +214,7 @@ cannot_find_file()
echo
"If you compiled from source, you need to either run 'make install' to"
echo
"copy the software into the correct location ready for operation."
echo
"If you don't want to do a full install, you can use the --srcdir"
echo
"option to only install the mysql database and privilege tables"
echo
"option to only install the mysql database and privilege tables
.
"
echo
echo
"If you are using a binary release, you must either be at the top"
echo
"level of the extracted archive, or pass the --basedir option"
...
...
sql/mysqld.cc
View file @
e3d3bbf5
...
...
@@ -7240,7 +7240,7 @@ because execution stopped before plugins were initialized.");
}
puts
(
"
\n
\
To see what va
lu
es a running MySQL server is using, type
\n
\
To see what va
riabl
es a running MySQL server is using, type
\n
\
'mysqladmin variables' instead of 'mysqld --verbose --help'."
);
}
DBUG_VOID_RETURN
;
...
...
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