Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey2k committed Mar 2, 2018
1 parent 016ead1 commit 74ca198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpcc_common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function set_isolation_level(drv,con)
isolation_level="SERIALIZABLE"
end

rs=con:query("SHOW VARIABLES LIKE '%_isolation'")
rs=con:query("SHOW VARIABLES LIKE 't%_isolation'")
row = rs:fetch_row()
isolation_variable = row[1]

Expand Down

0 comments on commit 74ca198

Please sign in to comment.