Reset transaction on executor instantiation

This commit is contained in:
Tobie Morgan Hitchcock 2019-12-03 11:23:48 +00:00
parent 412b15cc11
commit 2ab27f1cd2

View file

@ -50,6 +50,7 @@ func newExecutor(id, ns, db string) (e *executor) {
e.ns = ns e.ns = ns
e.db = db e.db = db
e.tx = nil
e.err = nil e.err = nil
e.buf = nil e.buf = nil