diff options
author | unknown <patg@krsna.patg.net> | 2005-12-02 22:07:11 -0800 |
---|---|---|
committer | unknown <patg@krsna.patg.net> | 2005-12-02 22:07:11 -0800 |
commit | fbfb1956c6abb266ae447bff1e73c5331db4428a (patch) | |
tree | 03f43cd4685895e64cbdc23e3b6e71b4a7ef67fb /mysql-test/r/mysqlslap.result | |
parent | a9d363e698e4bed9b833394606d69b6099102f2d (diff) | |
download | mariadb-git-fbfb1956c6abb266ae447bff1e73c5331db4428a.tar.gz |
WORKLOG #2983 Post review fixes
client/mysqlslap.c:
WORKLOG #2983 - post review fixes
mysql-test/r/mysqlslap.result:
WORKLOG #2983 Post review new results due to changes in help text
Diffstat (limited to 'mysql-test/r/mysqlslap.result')
-rw-r--r-- | mysql-test/r/mysqlslap.result | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mysql-test/r/mysqlslap.result b/mysql-test/r/mysqlslap.result index 08e64e25ef5..bbef0846a1f 100644 --- a/mysql-test/r/mysqlslap.result +++ b/mysql-test/r/mysqlslap.result @@ -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 -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: /etc/my.cnf ~/.my.cnf @@ -19,17 +19,16 @@ The following options may be given as the first argument: Generate SQL where not supplied by file or command line. -C, --compress Use compression in server/client protocol. -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. --create=name File or string to use for create. - -d, --data=name File or string with INSERT to use for populating - table(s). + -d, --data=name File or string with INSERT to use for populating data. -#, --debug[=name] Output debug log. Often this is 'd:t:o,filename'. -F, --delimiter=name Delimiter to use in SQL statements supplied in file or command line. - -D, --drop-schema Drop schema if it exists prior to running, and after - running + -D, --drop-schema Drop schema if it exists prior to running and after + running. -e, --engine=name Storage engine to use for creating the table. -?, --help Display this help and exit. -h, --host=name Connect to host. |