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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
23116951
Commit
23116951
authored
Apr 28, 2009
by
Jim Winstead
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make SSL options appear in correct place in mysql_upgrade and mysqltest
usage information. (Bug #31883)
parent
00916a44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
client/mysql_upgrade.c
client/mysql_upgrade.c
+1
-1
client/mysqltest.cc
client/mysqltest.cc
+1
-1
No files found.
client/mysql_upgrade.c
View file @
23116951
...
...
@@ -115,11 +115,11 @@ static struct my_option my_long_options[]=
#endif
{
"socket"
,
'S'
,
"Socket file to use for connection."
,
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#include <sslopt-longopts.h>
{
"tmpdir"
,
't'
,
"Directory for temporary files"
,
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"user"
,
'u'
,
"User for login if not current user."
,
(
uchar
**
)
&
opt_user
,
(
uchar
**
)
&
opt_user
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#include <sslopt-longopts.h>
{
"verbose"
,
'v'
,
"Display more output about the process"
,
(
uchar
**
)
&
opt_verbose
,
(
uchar
**
)
&
opt_verbose
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
...
...
client/mysqltest.cc
View file @
23116951
...
...
@@ -5665,11 +5665,11 @@ static struct my_option my_long_options[] =
{
"sp-protocol"
,
OPT_SP_PROTOCOL
,
"Use stored procedures for select"
,
(
uchar
**
)
&
sp_protocol
,
(
uchar
**
)
&
sp_protocol
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#include "sslopt-longopts.h"
{
"tail-lines"
,
OPT_TAIL_LINES
,
"Number of lines of the resul to include in a failure report"
,
(
uchar
**
)
&
opt_tail_lines
,
(
uchar
**
)
&
opt_tail_lines
,
0
,
GET_INT
,
REQUIRED_ARG
,
0
,
0
,
10000
,
0
,
0
,
0
},
#include "sslopt-longopts.h"
{
"test-file"
,
'x'
,
"Read test from/in this file (default stdin)."
,
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"timer-file"
,
'm'
,
"File where the timing in micro seconds is stored."
,
...
...
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