-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
Fully Compatible
-
ALL
I think this
double d = (double) n;
if( d != n ) {
needs to be this
double d = (double) n;
if( (long long)d != n ) {
Test forthcoming.
- related to
-
SERVER-3719 woCompare does not provide a total order over doubles and longs.
- Closed