-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
-
135
$add expression with parameter list [a, d, b], where d is a Date type value and a, b - numeric values, the expression evaluates as (a+d)+b. In the previous version it apparently used to evaluate as (a+b)+d. With large absolute values of a and b and due to limited precision of numeric types the results can differ.
- is caused by
-
SERVER-65735 $add operator should not use DoubleDoubleSummation in the classic engine
- Closed