If MDB wants two checkpoint cursors on different objects to reference the same database checkpoint in those objects, using default (not named) checkpoints, it's possible for a checkpoint to happen in-between the opening of the two checkpoint objects, and the cursors to end up referencing different, incompatible checkpoints.
Provide a mechanism so it's possible to detect the mismatch.
- is depended on by
-
SERVER-81032 Fix checkpoint detection while opening a backup cursor
- Closed