Skip to content

Commit

Permalink
Fix grammar in help text for --skip-trx.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Feb 28, 2017
1 parent 351ccc8 commit 9bd33c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lua/oltp_common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sysbench.cmdline.options = {
"or its alternatives in other DBMS. When disabled, use " ..
"client-generated IDs", true},
skip_trx =
{"Don't start explicit transactions and execute all queries as " ..
{"Don't start explicit transactions and execute all queries " ..
"in the AUTOCOMMIT mode", false},
secondary =
{"Use a secondary index in place of the PRIMARY KEY", false},
Expand Down
2 changes: 1 addition & 1 deletion tests/t/script_oltp_help.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OLTP usage information test
oltp_read_write.lua options:
--distinct_ranges=N Number of SELECT DISTINCT queries per transaction [1]
--sum_ranges=N Number of SELECT SUM() queries per transaction [1]
--skip_trx[=on|off] Don't start explicit transactions and execute all queries as in the AUTOCOMMIT mode [off]
--skip_trx[=on|off] Don't start explicit transactions and execute all queries in the AUTOCOMMIT mode [off]
--secondary[=on|off] Use a secondary index in place of the PRIMARY KEY [off]
--create_secondary[=on|off] Create a secondary index in addition to the PRIMARY KEY [on]
--index_updates=N Number of UPDATE index queries per transaction [1]
Expand Down

0 comments on commit 9bd33c7

Please sign in to comment.