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
9503c7e5
Commit
9503c7e5
authored
Dec 02, 2005
by
patg@krsna.patg.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WORKLOG #2983 Post review fixes
parent
094d91fd
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
198 deletions
+107
-198
client/mysqlslap.c
client/mysqlslap.c
+102
-192
mysql-test/r/mysqlslap.result
mysql-test/r/mysqlslap.result
+5
-6
No files found.
client/mysqlslap.c
View file @
9503c7e5
This diff is collapsed.
Click to expand it.
mysql-test/r/mysqlslap.result
View file @
9503c7e5
...
@@ -5,7 +5,7 @@ and you are welcome to modify and redistribute it under the GPL license
...
@@ -5,7 +5,7 @@ and you are welcome to modify and redistribute it under the GPL license
Run a query multiple times against the server
Run a query multiple times against the server
Usage: /home/patg/mysql-build/mysql-5.1-slap/client/.libs/lt-mysqlslap [OPTIONS]
[database [table [column]]]
Usage: /home/patg/mysql-build/mysql-5.1-slap/client/.libs/lt-mysqlslap [OPTIONS]
Default options are read from the following files in the given order:
Default options are read from the following files in the given order:
/etc/my.cnf ~/.my.cnf
/etc/my.cnf ~/.my.cnf
...
@@ -19,17 +19,16 @@ The following options may be given as the first argument:
...
@@ -19,17 +19,16 @@ The following options may be given as the first argument:
Generate SQL where not supplied by file or command line.
Generate SQL where not supplied by file or command line.
-C, --compress Use compression in server/client protocol.
-C, --compress Use compression in server/client protocol.
-l, --concurrency-load=#
-l, --concurrency-load=#
Number of clients to
simulate for data load
.
Number of clients to
use when loading data
.
-c, --concurrency=# Number of clients to simulate for query to run.
-c, --concurrency=# Number of clients to simulate for query to run.
--create=name File or string to use for create.
--create=name File or string to use for create.
-d, --data=name File or string with INSERT to use for populating
-d, --data=name File or string with INSERT to use for populating data.
table(s).
-#, --debug[=name] Output debug log. Often this is 'd:t:o,filename'.
-#, --debug[=name] Output debug log. Often this is 'd:t:o,filename'.
-F, --delimiter=name
-F, --delimiter=name
Delimiter to use in SQL statements supplied in file or
Delimiter to use in SQL statements supplied in file or
command line.
command line.
-D, --drop-schema Drop schema if it exists prior to running
,
and after
-D, --drop-schema Drop schema if it exists prior to running and after
running
running
.
-e, --engine=name Storage engine to use for creating the table.
-e, --engine=name Storage engine to use for creating the table.
-?, --help Display this help and exit.
-?, --help Display this help and exit.
-h, --host=name Connect to host.
-h, --host=name Connect to host.
...
...
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