Using a moved object
Using a moved object may lead to an unexpected/undefined behavior. An object is used after it's moved.
/src/mongo/db/catalog_raii.cpp:146: USE_AFTER_MOVE 155571 "options" is moved (indicated by "std::move(options)").
/src/mongo/db/catalog_raii.cpp:153: USE_AFTER_MOVE 155571 "options" is used after it has been already moved.
- is caused by
-
SERVER-89994 Allow direct shard operations which acquire locks only on non-user collections
- Closed