Commit 21220f75 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a705b4f4
......@@ -290,7 +290,7 @@ func (t *tPersistentDB) checkObj(obj *MyObject, oid Oid, serial Tid, state Objec
// Resync resyncs t to new transaction @at.
func (t *tPersistentDB) Resync(at Tid) {
t.Helper()
db := t.conn.db // XXX -> t.db ?
db := t.conn.db
txn, ctx := transaction.New(context.Background())
err := t.conn.Resync(ctx, at)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment