Rename sysbench.option_defs to sysbench.cmdline.options.

This commit is contained in:
Alexey Kopytov
2017-02-01 19:31:53 +03:00
parent b5b1878740
commit 9fdec9dccf
6 changed files with 31 additions and 28 deletions

View File

@ -9,9 +9,9 @@
require("oltp_common")
-- Add --number-of-ranges and --delta to the list of standard OLTP options
sysbench.option_defs.number_of_ranges =
sysbench.cmdline.options.number_of_ranges =
{"Number of random BETWEEN ranges per SELECT", 10}
sysbench.option_defs.delta =
sysbench.cmdline.options.delta =
{"Size of BETWEEN ranges", 5}
-- Override standard prepare/cleanup OLTP functions, as this benchmark does not