txn: add context parameter to TxnStorage (#4498)
Add context parameter to TxnStorage Approved by: @reusee, @lni
Showing
- pkg/txn/service/service.go 3 additions, 2 deletionspkg/txn/service/service.go
- pkg/txn/service/service_cn_handler.go 5 additions, 5 deletionspkg/txn/service/service_cn_handler.go
- pkg/txn/service/service_cn_handler_test.go 2 additions, 2 deletionspkg/txn/service/service_cn_handler_test.go
- pkg/txn/service/service_dn_handler.go 4 additions, 4 deletionspkg/txn/service/service_dn_handler.go
- pkg/txn/service/service_recovery.go 1 addition, 1 deletionpkg/txn/service/service_recovery.go
- pkg/txn/storage/mem/kv_txn_storage.go 10 additions, 14 deletionspkg/txn/storage/mem/kv_txn_storage.go
- pkg/txn/storage/mem/kv_txn_storage_test.go 10 additions, 9 deletionspkg/txn/storage/mem/kv_txn_storage_test.go
- pkg/txn/storage/tae/storage.go 11 additions, 9 deletionspkg/txn/storage/tae/storage.go
- pkg/txn/storage/txn/read.go 2 additions, 1 deletionpkg/txn/storage/txn/read.go
- pkg/txn/storage/txn/storage.go 9 additions, 7 deletionspkg/txn/storage/txn/storage.go
- pkg/txn/storage/txn/storage_test.go 4 additions, 3 deletionspkg/txn/storage/txn/storage_test.go
- pkg/txn/storage/txn/write.go 2 additions, 1 deletionpkg/txn/storage/txn/write.go
- pkg/txn/storage/types.go 11 additions, 9 deletionspkg/txn/storage/types.go
Please register or sign in to comment