Function tikv::storage::txn::commands::one_pc_commit_ts[][src]

pub fn one_pc_commit_ts(
    try_one_pc: bool,
    txn: &mut MvccTxn,
    final_min_commit_ts: TimeStamp,
    lock_manager: &impl LockManager
) -> TimeStamp

Compute the commit ts of a 1pc transaction.