mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
Item_{date|datetime}_typecase::get_date() erroneously passed the
TIME_INTERVAL_DAY flag from the caller to args[0] which made
CAST('100000:00:00' AS DATETIME) parse '100000:00:00' as TIME
rather that DATETIME.
Suppressing this flag.
91 KiB
91 KiB