summaryrefslogtreecommitdiff
path: root/mysql-test/main/win.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-12-271-0/+75
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-12-271-0/+75
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-12-271-0/+75
| | |
* | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-0/+10
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-0/+10
| |\ \ | | |/ | | | | | | | | | We disable the MDEV-21189 test galera.galera_partition because it times out.
| | * Merge 10.2 into 10.3Marko Mäkelä2019-12-121-0/+10
| | |
* | | MDEV-19713 Remove big_tables system variableSergei Golubchik2019-09-281-3/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark big_tables deprecated, the server can put temp tables on disk as needed avoiding "table full" errors. in case someone would really need to force a tmp table to be created on disk from the start and for testing allow tmp_memory_table_size to be set to 0. fix tests to use that instead (and add a test that it actually works). make sure in-memory TREE size limit is never 0 (it's [ab]using tmp_memory_table_size at the moment) remove few sys_vars.*_basic tests
* | Merge 10.3 into 10.4Marko Mäkelä2019-08-161-0/+23
|\ \ | |/
| * MDEV-20351 Window function BIT_OR() OVER (..) return a wrong data typeAlexander Barkov2019-08-151-0/+23
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-06-121-0/+16
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-06-111-0/+16
| |
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+60
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+60
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-251-0/+10
|\ \ | |/ | | | | | | In is_eits_usable(), we disable an assertion that fails due to MDEV-19334.
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-251-0/+10
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-0/+14
|\ \ | |/ | | | | | | | | | | | | | | | | The MDEV-17262 commit 26432e49d37a37d09b862bb49a021e44bdf4789c was skipped. In Galera 4, the implementation would seem to require changes to the streaming replication. In the tests archive.rnd_pos main.profiling, disable_ps_protocol for SHOW STATUS and SHOW PROFILE commands until MDEV-18974 has been fixed.
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-0/+14
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-01-061-1/+18
|\ \ | |/
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-1/+18
| |
* | Merge 10.3 into 10.4Marko Mäkelä2018-12-181-0/+11
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-12-181-0/+11
| |
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-191-0/+97
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-191-0/+97
| |
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-9/+36
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-061-9/+36
| | | | | | | | | | | | | | | | | | 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/+10
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-10-171-0/+10
| |
* | 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/+9
|/ | | | | | | | | | | 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/+14
| | | | treated as the literal string '[NULL]'
* Merge 10.2 into 10.3Marko Mäkelä2018-05-121-0/+16
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+2072