mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge branch 'bb-10.2-ext' into 10.3
This commit is contained in:
commit
2732fcc608
63 changed files with 1137 additions and 517 deletions
|
|
@ -117,7 +117,7 @@ longlong number_to_datetime(longlong nr, ulong sec_part, MYSQL_TIME *time_res,
|
|||
ulonglong flags, int *was_cut);
|
||||
|
||||
static inline
|
||||
longlong double_to_datetime(double nr, MYSQL_TIME *ltime, uint flags, int *cut)
|
||||
longlong double_to_datetime(double nr, MYSQL_TIME *ltime, ulonglong flags, int *cut)
|
||||
{
|
||||
if (nr < 0 || nr > LONGLONG_MAX)
|
||||
nr= (double)LONGLONG_MAX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue