When the date_t type was made to contain the unsigned count of millis, Timestamp inadvertently changed to use signed comparison though it is documented and intended to be unsigned.
- is depended on by
-
SERVER-15508 Do not rollover negative timestamp values
- Closed