Skip to content

Commit

Permalink
Fix a help message typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Mar 28, 2018
1 parent 7b45146 commit a4cb8a6
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 @@ -52,7 +52,7 @@ sysbench.cmdline.options = {
non_index_updates =
{"Number of UPDATE non-index queries per transaction", 1},
delete_inserts =
{"Number of DELETE/INSERT combination per transaction", 1},
{"Number of DELETE/INSERT combinations per transaction", 1},
range_selects =
{"Enable/disable all range SELECT queries", true},
auto_inc =
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 @@ -14,7 +14,7 @@ OLTP usage information test
--index_updates=N Number of UPDATE index queries per transaction [1]
--range_size=N Range size for range SELECT queries [100]
--auto_inc[=on|off] Use AUTO_INCREMENT column as Primary Key (for MySQL), or its alternatives in other DBMS. When disabled, use client-generated IDs [on]
--delete_inserts=N Number of DELETE/INSERT combination per transaction [1]
--delete_inserts=N Number of DELETE/INSERT combinations per transaction [1]
--tables=N Number of tables [1]
--mysql_storage_engine=STRING Storage engine, if MySQL is used [innodb]
--non_index_updates=N Number of UPDATE non-index queries per transaction [1]
Expand Down

0 comments on commit a4cb8a6

Please sign in to comment.