Reset transaction on executor instantiation
This commit is contained in:
parent
412b15cc11
commit
2ab27f1cd2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue