Skip to content

Commit 6d9de21

Browse files
Added local transaction handling into perm-processor
1 parent e9c53c6 commit 6d9de21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/transprocessor/perm-processor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ func (p *PermProcessor) Process(ctx context.Context, curSession *session.Session
5454
/* handle locally */
5555

5656
/* HandleLocalTransactions(txn) */
57+
p.HandleLocalTransaction(txn, absolutePath)
5758
}
5859
}
5960

0 commit comments

Comments
 (0)