1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

Merge pull request #27 from mariadb-corporation/MCOL-333

MCOL-333 Fix subtime() for saturated values
This commit is contained in:
dhall-InfiniDB
2016-09-30 11:40:35 -05:00
committed by GitHub

View File

@@ -206,6 +206,7 @@ int64_t Func_add_time::getDatetimeIntVal(rowgroup::Row& row,
t2.hour = 838;
t2.minute = 59;
t2.second = 59;
t2.msecond = 999999;
}
else
{