-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
v8.3
-
Programmability 2026-03-02
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This is a gcc bug we need to work around.
Unfortunately floating point user-defined literals use `long double`, and those can't be constexpr in gcc for powerpc64le.
I think we can work around this by using integers where it's biting us (duration literals)
- is caused by
-
SERVER-120574 Fix misleading _ms suffix for cost coefficients
-
- Closed
-