Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
Description
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/query/optimizer/node.cpp:750: USE_AFTER_MOVE 123428 "distribution" is moved (indicated by "std::move(distribution)").
/src/mongo/db/query/optimizer/node.cpp:752: USE_AFTER_MOVE 123428 "distribution" is used after it has been already moved.
Attachments
Issue Links
- is caused by
-
SERVER-62434 Implement query optimizer based on Path algebra and Cascades
-
- Closed
-