1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-18072 Assertion `is_null() == item->null_value || conv' failed in Timestamp_or_zero_datetime_native_null::Timestamp_or_zero_datetime_native_null upon query with GROUP BY

This commit is contained in:
Alexander Barkov
2018-12-25 08:27:07 +04:00
parent a8eb0c76bf
commit b316989223
3 changed files with 19 additions and 0 deletions

View File

@ -331,6 +331,7 @@ void Sec6::make_from_double(double nr, ulong *nanoseconds)
{
m_sec= LONGLONG_MAX;
m_usec= 0;
*nanoseconds= 0;
}
else
{