We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ca198 commit dbd50ddCopy full SHA for dbd50dd
tpcc.lua
@@ -48,7 +48,6 @@ function event()
48
49
-- Repeat transaction execution until success
50
while not pcall(function () _G[trx]() end ) do
51
- ffi.C.sb_counter_inc(sysbench.tid, ffi.C.SB_CNT_ERROR)
52
con:query("ROLLBACK")
53
end
54
0 commit comments