Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: fix CheckSSTConflicts iterator misuse
Fix a bug whereby CheckSSTConflicts could seek the engine iterator and seek back, assuming that the originally returned buffers were still valid. This is only true if RangeKeyChanged()=false after both seeks. Backport of part of cockroachdb#97222. Epic: None Release note: None
- Loading branch information