-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
ALL
-
None
-
3
-
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/stats/scalar_histogram.cpp:97: USE_AFTER_MOVE 134242 "bounds" is moved (indicated by "std::move(bounds)").
/src/mongo/db/query/stats/scalar_histogram.cpp:98: USE_AFTER_MOVE 134242 "bounds" is used after it has been already moved.
- duplicates
-
SERVER-71310 Validate histograms
-
- Closed
-