Skip to content

Commit 74ca198

Browse files
committed
Fixed typo
1 parent 016ead1 commit 74ca198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpcc_common.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ function set_isolation_level(drv,con)
345345
isolation_level="SERIALIZABLE"
346346
end
347347

348-
rs=con:query("SHOW VARIABLES LIKE '%_isolation'")
348+
rs=con:query("SHOW VARIABLES LIKE 't%_isolation'")
349349
row = rs:fetch_row()
350350
isolation_variable = row[1]
351351

0 commit comments

Comments
 (0)