Close connections explicitly in OLTP scripts.

This commit is contained in:
Alexey Kopytov
2017-01-30 17:29:47 +03:00
parent cdc450a258
commit 4eff9c4dc1
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ end
function thread_done()
stmt:close()
con:close()
end
function event()