Module tikv::storage::txn::commands::check_txn_status[][src]

Structs

CheckTxnStatus

Check the status of a transaction. This is usually invoked by a transaction that meets another transaction’s lock. If the primary lock is expired, it will rollback the primary lock. If the primary lock exists but is not expired, it may update the transaction’s min_commit_ts. Returns a TxnStatus to represent the status.