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
abf4f177
Commit
abf4f177
authored
Feb 13, 2006
by
brian@zim.tangent.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed comments bug#17239
parent
e9a8a765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
client/mysqlslap.c
client/mysqlslap.c
+3
-3
No files found.
client/mysqlslap.c
View file @
abf4f177
...
...
@@ -55,7 +55,7 @@
load statements, and then run all the queries in the query file
with five clients (five times each):
mysqlslap --
drop-schema --
concurrency=5 \
mysqlslap --concurrency=5 \
--iterations=5 --query=query.sql --create=create.sql \
--delimiter=";"
...
...
@@ -425,12 +425,12 @@ static struct my_option my_long_options[] =
(
gptr
*
)
&
lock_directory
,
(
gptr
*
)
&
lock_directory
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"number-char-cols"
,
'x'
,
"Number of INT columns to create table with if specifying --
sql
-generate-sql."
,
"Number of INT columns to create table with if specifying --
auto
-generate-sql."
,
(
gptr
*
)
&
num_char_cols
,
(
gptr
*
)
&
num_char_cols
,
0
,
GET_UINT
,
REQUIRED_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
{
"number-int-cols"
,
'y'
,
"Number of VARCHAR columns to create table with if specifying "
"--
sql
-generate-sql."
,
(
gptr
*
)
&
num_int_cols
,
(
gptr
*
)
&
num_int_cols
,
0
,
"--
auto
-generate-sql."
,
(
gptr
*
)
&
num_int_cols
,
(
gptr
*
)
&
num_int_cols
,
0
,
GET_UINT
,
REQUIRED_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
{
"number-of-queries"
,
OPT_MYSQL_NUMBER_OF_QUERY
,
"Limit each client to this number of queries (this is not exact)."
,
...
...
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