txnstorage: add ErrStaleWrite, ErrStaleRead (#4621)
txnstorage: add ErrStaleWrite, ErrStaleRead Approved by: @fengttt, @zhangxu19830126, @lni
Showing
- pkg/txn/storage/txn/mem_handler.go 88 additions, 25 deletionspkg/txn/storage/txn/mem_handler.go
- pkg/txn/storage/txn/mvcc.go 24 additions, 4 deletionspkg/txn/storage/txn/mvcc.go
- pkg/txn/storage/txn/mvcc_test.go 31 additions, 16 deletionspkg/txn/storage/txn/mvcc_test.go
- pkg/txn/storage/txn/table.go 6 additions, 2 deletionspkg/txn/storage/txn/table.go
- pkg/txn/storage/txn/table_iter.go 5 additions, 2 deletionspkg/txn/storage/txn/table_iter.go
- pkg/txn/storage/txn/table_test.go 2 additions, 2 deletionspkg/txn/storage/txn/table_test.go
- pkg/txn/storage/txn/transaction.go 18 additions, 0 deletionspkg/txn/storage/txn/transaction.go
Please register or sign in to comment