summaryrefslogtreecommitdiff
path: root/mysql-test/main/derived_cond_pushdown.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-12-271-0/+28
|
* Merge branch '10.2' into 10.3Monty2019-09-031-0/+2
|
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+14
|
* Merge 10.2 into 10.3Marko Mäkelä2019-03-081-0/+22
|
* Merge 10.2 into 10.3Marko Mäkelä2018-11-191-0/+27
|
* Merge 10.2 into 10.3Marko Mäkelä2018-11-061-1147/+1165
| | | | | | | | | 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.2 into 10.3Marko Mäkelä2018-10-171-0/+34
|
* MDEV-17419 Subquery with group by returns wrong resultsIgor Babaev2018-10-171-0/+41
| | | | Added only test case because the bug was fixed by the patch for mdev-17382.
* Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+124
|
* MDEV-16801 seg_fault on a queryIgor Babaev2018-08-031-0/+33
| | | | | | | | | The bug was in the in the code of JOIN::check_for_splittable_materialized() where the structures describing the fields of a materialized derived table that potentially could be used in split optimization were build. As a result of this bug some fields that were not usable for splitting were detected as usable. This could trigger crashes further in st_join_table::choose_best_splitting().
* Merge 10.2 into 10.3Marko Mäkelä2018-08-031-0/+80
|
* Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-36/+74
|
* Merge 10.2 into 10.3Marko Mäkelä2018-06-181-0/+56
|
* Merge 10.2 into 10.3Marko Mäkelä2018-05-171-0/+99
|
* MDEV-16104 Server crash in JOIN::fix_all_splittings_in_planIgor Babaev2018-05-081-0/+23
| | | | | | | | | | | | upon select with view and subqueries This bug occurred when a splittable materialized derived/view were used inside another splittable materialized derived/view. The bug happened because the function JOIN::fix_all_splittings_in_plan() was called at the very beginning of the optimization phase 2 at the moment when the plan structure of the embedding derived/view were not valid. The proper position for this call is the very end of the optimization phase 1.
* MDEV-15899 Server crashes in st_join_table::is_inner_table_of_outer_joinIgor Babaev2018-04-171-0/+19
| | | | | | | The crash happened because JOIN::check_for_splittable_materialized() called by mistake the function JOIN_TAB::is_inner_table_of_outer_join() instead of the function TABLE_LIST::is_inner_table_of_outer_join(). The former cannot be called before the call of make_outerjoin_info().
* Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-0/+13
|
* Merge 10.2 into 10.3Marko Mäkelä2018-04-041-0/+45
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+2615