Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv,storage,sql: purge snapshot isolation
Snapshot isolation was disabled in v2.1, so it is safe to remove all code paths that handle snapshot isolation in v2.2. Note that the change to the MVCCMetadata checksum in pkg/storage/below_raft_protos_test.go is safe, because the actual encoding of the protobuf is not affected by this change. What is affected is NewPopulatedMVCCMetadata, which no longer returns a TxnMeta with a non-zero IsolationType, since the IsolationType field has been removed. This is a necessary precursor to cockroachdb#32487. Release note: None
- Loading branch information