Storage engines like MMAP and ephemeralForTest are in the code path to call setIgnorePrepared, which uasserts when unimplemented.
We can safely remove this uassert and leave storage engines to implement the desired behavior.
- is duplicated by
-
SERVER-35049 setIgnorePrepared() is not supported by other storage engines
- Closed