-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2023-02-06
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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/sbe_stage_builder_expression.cpp:3825: USE_AFTER_MOVE 134432 "convertedStepName" is moved (indicated by "std::move(convertedStepName)").
/src/mongo/db/query/sbe_stage_builder_expression.cpp:3825: USE_AFTER_MOVE 134432 "convertedStepName" is used after it has been already moved.
- is caused by
-
SERVER-71577 Make SBE Stage Builder for math expressions use ABT
-
- Closed
-