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
a602d4a5
Commit
a602d4a5
authored
Feb 05, 2007
by
baker@bk-internal.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
parents
cd75806b
08be7c33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
client/mysqlslap.c
client/mysqlslap.c
+5
-5
No files found.
client/mysqlslap.c
View file @
a602d4a5
...
@@ -401,7 +401,7 @@ static struct my_option my_long_options[] =
...
@@ -401,7 +401,7 @@ static struct my_option my_long_options[] =
"Load types are mixed, write, or read. Default is mixed
\n
"
,
"Load types are mixed, write, or read. Default is mixed
\n
"
,
(
gptr
*
)
&
auto_generate_sql_type
,
(
gptr
*
)
&
auto_generate_sql_type
,
(
gptr
*
)
&
auto_generate_sql_type
,
(
gptr
*
)
&
auto_generate_sql_type
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"auto-generate-sql-write
_
number"
,
OPT_SLAP_AUTO_GENERATE_WRITE_NUM
,
{
"auto-generate-sql-write
-
number"
,
OPT_SLAP_AUTO_GENERATE_WRITE_NUM
,
"Number of rows to insert to used in read and write loads (default is 100).
\n
"
,
"Number of rows to insert to used in read and write loads (default is 100).
\n
"
,
(
gptr
*
)
&
auto_generate_sql_number
,
(
gptr
*
)
&
auto_generate_sql_number
,
(
gptr
*
)
&
auto_generate_sql_number
,
(
gptr
*
)
&
auto_generate_sql_number
,
0
,
GET_ULL
,
REQUIRED_ARG
,
100
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_ULL
,
REQUIRED_ARG
,
100
,
0
,
0
,
0
,
0
,
0
},
...
@@ -439,13 +439,13 @@ static struct my_option my_long_options[] =
...
@@ -439,13 +439,13 @@ static struct my_option my_long_options[] =
(
gptr
*
)
&
lock_directory
,
(
gptr
*
)
&
lock_directory
,
0
,
GET_STR
,
(
gptr
*
)
&
lock_directory
,
(
gptr
*
)
&
lock_directory
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"number-char-cols"
,
'x'
,
{
"number-char-cols"
,
'x'
,
"Number of
INT columns to create table with if specifying --auto-generate-sql.
"
,
"Number of
VARCHAR columns to create table with if specifying --auto-generate-sql
"
,
(
gptr
*
)
&
num_char_cols
,
(
gptr
*
)
&
num_char_cols
,
0
,
GET_UINT
,
REQUIRED_ARG
,
(
gptr
*
)
&
num_char_cols
,
(
gptr
*
)
&
num_char_cols
,
0
,
GET_UINT
,
REQUIRED_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
1
,
0
,
0
,
0
,
0
,
0
},
{
"number-int-cols"
,
'y'
,
{
"number-int-cols"
,
'y'
,
"Number of
VARCHAR columns to create table with if specifying "
"Number of
INT columns to create table with if specifying --auto-generate-sql."
,
"--auto-generate-sql."
,
(
gptr
*
)
&
num_int_cols
,
(
gptr
*
)
&
num_int_cols
,
0
,
(
gptr
*
)
&
num_int_cols
,
(
gptr
*
)
&
num_int_cols
,
0
,
GET_UINT
,
REQUIRED_ARG
,
GET_UINT
,
REQUIRED_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
1
,
0
,
0
,
0
,
0
,
0
},
{
"number-of-queries"
,
OPT_MYSQL_NUMBER_OF_QUERY
,
{
"number-of-queries"
,
OPT_MYSQL_NUMBER_OF_QUERY
,
"Limit each client to this number of queries (this is not exact)."
,
"Limit each client to this number of queries (this is not exact)."
,
(
gptr
*
)
&
num_of_query
,
(
gptr
*
)
&
num_of_query
,
0
,
(
gptr
*
)
&
num_of_query
,
(
gptr
*
)
&
num_of_query
,
0
,
...
...
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