Function tikv::storage::txn::commit[][src]

pub fn commit<S: Snapshot>(
    txn: &mut MvccTxn,
    reader: &mut SnapshotReader<S>,
    key: Key,
    commit_ts: TimeStamp
) -> MvccResult<Option<ReleasedLock>>