We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055e188 commit d7c64d5Copy full SHA for d7c64d5
src/lua/oltp_common.lua
@@ -525,7 +525,8 @@ end
525
526
function execute_delete_inserts()
527
local tnum = get_table_num()
528
- local file_c_val, file_pad_val
+ local file_c_val
529
+ local file_pad_val
530
531
for i = 1, sysbench.opt.delete_inserts do
532
local id = get_id()
src/lua/oltp_insert.lua
@@ -43,7 +43,8 @@ end
43
function event()
44
local table_name = "sbtest" .. sysbench.rand.uniform(1, sysbench.opt.tables)
45
local k_val = sysbench.rand.default(1, sysbench.opt.table_size)
46
- local c_val, pad_val
+ local c_val
47
+ local pad_val
48
49
if sysbench.opt.use_file then
50
c_val, pad_val = get_str_value()
0 commit comments