Commit 9503c7e5 authored by patg@krsna.patg.net's avatar patg@krsna.patg.net

WORKLOG #2983 Post review fixes

parent 094d91fd
This diff is collapsed.
...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment