Module tikv::storage::txn::actions::check_data_constraint[][src]

Functions

check_data_constraint

Checks the existence of the key according to should_not_exist. If not, returns an AlreadyExist error. The caller must guarantee that the given write is the latest version of the key.