summaryrefslogtreecommitdiff
path: root/mysql-test/main/win.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-01-061-1/+22
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-1/+22
| |
* | Merge 10.3 into 10.4Marko Mäkelä2018-12-181-0/+13
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-12-181-0/+13
| |
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-191-0/+96
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-191-0/+96
| |
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-183/+218
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-061-183/+218
| | | | | | | | | | | | | | | | | | main.derived_cond_pushdown: Move all 10.3 tests to the end, trim trailing white space, and add an "End of 10.3 tests" marker. Add --sorted_result to tests where the ordering is not deterministic. main.win_percentile: Add --sorted_result to tests where the ordering is no longer deterministic.
* | Merge 10.3 into 10.4Marko Mäkelä2018-10-181-0/+12
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-10-171-0/+12
| |
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-2/+2
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-08-281-2/+2
| |
* | MDEV-16722: Assertion `type() != NULL_ITEM' failedVarun Gupta2018-08-121-0/+11
|/ | | | | | | | | | | We hit this assert during the create of a temporary table field because the current code does not handle the case when the value of the NAME_CONST function is NULL. Fixed this by allowing creation of temporary table fields even for the case when NAME_CONST returns NULL value. Introduced tmp_table_field_from_field_type_maybe_null() function in Item class so both Item_basic_value and Item_name_const can use it. Introduced a virtual method get_func_item() in the Item class.
* MDEV-16489 when lead() returns null on a datetime field, the result is ↵Alexander Barkov2018-06-201-0/+17
| | | | treated as the literal string '[NULL]'
* Merge 10.2 into 10.3Marko Mäkelä2018-05-121-0/+15
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+3304