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
7c4ddc8b
Commit
7c4ddc8b
authored
Apr 28, 2006
by
paul@polar.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysqlslap.c:
Avoid embedding a bunch of whitespace in --help message.
parent
6c2f4772
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/mysqlslap.c
client/mysqlslap.c
+2
-2
No files found.
client/mysqlslap.c
View file @
7c4ddc8b
...
@@ -457,8 +457,8 @@ static struct my_option my_long_options[] =
...
@@ -457,8 +457,8 @@ static struct my_option my_long_options[] =
(
gptr
*
)
&
opt_mysql_port
,
0
,
GET_UINT
,
REQUIRED_ARG
,
MYSQL_PORT
,
0
,
0
,
0
,
0
,
(
gptr
*
)
&
opt_mysql_port
,
0
,
GET_UINT
,
REQUIRED_ARG
,
MYSQL_PORT
,
0
,
0
,
0
,
0
,
0
},
0
},
{
"preserve-schema"
,
OPT_MYSQL_PRESERVE_SCHEMA
,
{
"preserve-schema"
,
OPT_MYSQL_PRESERVE_SCHEMA
,
"Preserve the schema from the mysqlslap run, this happens unless
\
"Preserve the schema from the mysqlslap run, this happens unless
"
--auto-generate-sql or --create are used."
,
"
--auto-generate-sql or --create are used."
,
(
gptr
*
)
&
opt_preserve
,
(
gptr
*
)
&
opt_preserve
,
0
,
GET_BOOL
,
(
gptr
*
)
&
opt_preserve
,
(
gptr
*
)
&
opt_preserve
,
0
,
GET_BOOL
,
NO_ARG
,
TRUE
,
0
,
0
,
0
,
0
,
0
},
NO_ARG
,
TRUE
,
0
,
0
,
0
,
0
,
0
},
{
"protocol"
,
OPT_MYSQL_PROTOCOL
,
{
"protocol"
,
OPT_MYSQL_PROTOCOL
,
...
...
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