You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user