summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22413 Server hangs upon UPDATE on a view reading from versioned partitio...Aleksey Midenkov2020-05-281-2/+8
* Merge 10.2 into 10.3Marko Mäkelä2020-05-251-4/+9
|\
| * MDEV-22461: JOIN::make_aggr_tables_info(): Assertion `select_options & (1ULL ...Varun Gupta2020-05-251-4/+9
* | MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-191-0/+1
* | MDEV-17568: LATERAL DERIVED is not clearly visible in EXPLAIN FORMAT=JSONSergei Petrunia2020-05-061-0/+2
* | MDEV-21480: Unique key using ref access though eq_ref access can be usedVarun Gupta2020-05-011-6/+15
* | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-2/+6
|\ \ | |/
| * MDEV-22019: Sig 11 in next_breadth_first_tab | max_sort_length setting + doub...Varun Gupta2020-03-301-2/+6
* | Merge 10.2 into 10.3Marko Mäkelä2020-03-131-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-03-131-1/+1
| |\
| | * Fix compile warning:Sergei Petrunia2020-03-111-1/+1
* | | MDEV-21383: Possible range plan is not used under certain conditionsbb-10.3-mdev21383Sergei Petrunia2020-01-241-1/+71
* | | Merge 10.2 into 10.3Marko Mäkelä2020-01-181-1/+1
|\ \ \ | |/ /
| * | Fix a merge typoSergei Petrunia2020-01-171-1/+1
* | | Merge branch '10.2' into 10.3Sergei Petrunia2020-01-171-5/+8
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Petrunia2020-01-171-5/+8
| |\ \ | | |/
| | * MDEV-21341: Fix UBSAN failures, part 8: fix error in compare_fields_by_table_...Sergei Petrunia2020-01-151-4/+8
* | | MDEV-21243: Join buffer: condition is checked in wrong place for range accessbb-10.3-mdev21243Sergei Petrunia2020-01-121-0/+10
* | | Merge 10.2 into 10.3Marko Mäkelä2019-12-271-3/+33
|\ \ \ | |/ /
| * | MDEV-21318: Wrong results with window functions and implicit groupingVarun Gupta2019-12-261-1/+30
| * | Merge 10.1 into 10.2Marko Mäkelä2019-12-231-1/+1
| |\ \ | | |/
| | * MDEV-21341: Fix optimizer-related UBSAN failures, part #1:Sergei Petrunia2019-12-181-1/+1
| * | MDEV-16579: Wrong result of query using DISTINCT COUNT(*) OVER (*)Varun Gupta2019-12-171-1/+2
* | | MDEV-21234 Server crashes in in setup_on_expr upon 3rd execution of SPAleksey Midenkov2019-12-051-1/+14
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-1/+1
| |\ \ | | |/
| | * Fix incorrect DBUG_ENTER message for join_read_lastSeth Shelnutt2019-11-261-1/+1
* | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-021-13/+17
* | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-6/+41
* | | merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-111-4/+0
|\ \ \ | |/ /
| * | manual merge 10.1->10.2Andrei Elkin2019-11-111-4/+0
| |\ \ | | |/
| | * MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-071-4/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2019-11-061-0/+3
|\ \ \ | |/ /
| * | Merge 10.1 to 10.2Marko Mäkelä2019-11-061-0/+3
| |\ \ | | |/
| | * MDEV-20424: New default value for optimizer_use_condition-selectivity leads t...Varun Gupta2019-11-011-0/+3
* | | MDEV-20753: Sequence with limit 0 crashes serverOleksandr Byelkin2019-10-091-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-15/+37
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-09-181-0/+15
| |\ \ | | |/
| | * MDEV-20576 A new assertion added to check validity of calculatedIgor Babaev2019-09-121-0/+15
| * | MDEV-20371: Invalid reads at plan refinement stage: join->positions...Sergei Petrunia2019-09-111-15/+23
* | | MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-301-2/+13
* | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-211-33/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-8/+11
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-08-201-9/+11
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-08-161-2/+25
| | |\
| | | * MDEV-15955 Assertion `field_types == 0 || field_types[field_pos] == MYSQL_TYP...Alexander Barkov2019-08-161-0/+22
| | * | MDEV-19834 Selectivity of an equality condition discounted twiceSergei Petrunia2019-08-151-6/+9
* | | | MDEV-20336 Assertion bitmap_is_set(read_partitions) upon SELECT FOR UPDATE fr...Aleksey Midenkov2019-08-141-1/+4
* | | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-111-5/+30