tikv / client-c

The C++ TiKV client used by TiFlash.
Apache License 2.0
40 stars 48 forks source link

Compatible with txn file in resolveLocks #185

Closed yongman closed 2 months ago

yongman commented 2 months ago
  1. Add is_txn_file to resolveLock and CheckTxnStatus request if it has is_txn_file in LockInfo.
  2. Update kvproto to support txn file.