summaryrefslogtreecommitdiff
path: root/mysql-test/main/timezone2.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-27101 Subquery using the ALL keyword on TIMESTAMP columns produces a ↵Alexander Barkov2022-08-221-0/+22
| | | | | | | | | | wrong result TIMESTAMP columns were compared as strings in ALL/ANY comparison, which did not work well near DST time change. Changing ALL/ANY comparison to use "Native" representation to compare TIMESTAMP columns, like simple comparison does.
* An extra test with NULLIF() for MDEV-13995 MAX(timestamp) returns a wrong ↵Alexander Barkov2019-12-201-0/+16
| | | | result near DST change
* MDEV-20397 Support TIMESTAMP, DATETIME, TIME in ROUND() and TRUNCATE()Alexander Barkov2019-08-221-0/+26
|
* MDEV-19961 MIN(timestamp_column) returns a wrong result in a GROUP BY queryAlexander Barkov2019-08-191-0/+22
|
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+33
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+33
| |
* | --echo #Alexander Barkov2018-12-121-0/+13
| | | | | | | | | | --echo # MDEV-17979 Assertion `0' failed in Item::val_native upon SELECT with timestamp, NULLIF, GROUP BY --echo #
* | MDEV-13995 MAX(timestamp) returns a wrong result near DST changeAlexander Barkov2018-12-101-0/+189
| |
* | MDEV-17203 Move fractional second truncation from ↵Alexander Barkov2018-09-161-0/+23
|/ | | | Item_xxx_typecast::get_date() to Time and Datetime constructors
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+334