summaryrefslogtreecommitdiff
path: root/mysql-test/r/datetime_456.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-3942 FROM_DAYS(<timestamp column>) returns different result in MariaDB ↵Sergei Golubchik2013-01-081-1/+1
| | | | | | comparing to MySQL: NULL vs 0000-00-00 fixed a regression, introduced while fixing MDEV-456
* MDEV-456 An out-of-range datetime value (with a 5-digit year) can be created ↵Sergei Golubchik2012-08-291-0/+8
and cause troubles fix Item_func_add_time::get_date() to generate valid dates. Move the validity check inside get_date_from_daynr() instead of relying on callers (5 that had it, and 2 that did not, but should've)