You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-08 03:42:19 +03:00
In MariaDB (unlike MySQL) max/min time values include msec of 999999. This means that subtime() with saturated values can be off by one second. For this calculation I have modified add_time (which also does subtime()) to have a saturated value including 999999 msec. This fixes the subtime test in the regression suite.
5.1 KiB
5.1 KiB