mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
There are two problems: 1. There is a missing check for 'year' parameter(year can not be greater than 9999) in makedate function. fix: added check that year can not be greater than 9999. 2. There is a missing check for zero date in from_days() function. fix: added zero date check into Item_func_from_days::get_date() function.
38 KiB
38 KiB