-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
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.
- is caused by
-
SERVER-62434 Implement query optimizer based on Path algebra and Cascades
- Closed