The uassert check in the StorageEngineImpl constructor reads the moved 'options' variable. This seems to be a violation of the use-after-move rule in C++.
This check is only relevant to storage engines without --directoryperdb support.
- is related to
-
SERVER-38600 restarting the catalog should leave drop-pending idents intact
- Closed
- related to
-
SERVER-49800 add use-after-move rule to clang-tidy evergreen builder
- Closed