summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-09-031-0/+3
|\
| * Merge 10.1 into 10.2Marko Mäkelä2020-09-011-0/+3
| |\
| | * MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_rowbb-10.1-varunVarun Gupta2020-08-271-0/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-101-18/+35
|\ \ \ | |/ /
| * | MDEV-17066: Bytes lost or Assertion `status_var.local_memory_used == 0 after ...Varun Gupta2020-08-051-18/+35
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+1
| |\ \ | | |/
| | * MDEV-23221: A subquery causes crashSergei Petrunia2020-07-241-1/+1
| | * Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-101-1/+1
| | * MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-091-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-2/+17
|\ \ \ | |/ /
| * | MDEV-10120: Wrong result of UNION .. ORDER BY GROUP_CONCAT()Varun Gupta2020-07-101-1/+16
* | | Don't give errors for default value copy in create_tmp_tableMonty2020-07-031-0/+7
* | | Fixed bugs found by valgrindMonty2020-07-021-13/+31
* | | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-021-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+1
|\ \ \ | |/ /
| * | MDEV-22779: Crash: Prepared Statement with a '?' parameter inside a re-used CTESergei Petrunia2020-06-141-0/+1
* | | MDEV-22866: Crash in join optimizer with constant outer join nestSergei Petrunia2020-06-231-5/+13
* | | MDEV-22906 Disallow system_versioning_asof in DMLAleksey Midenkov2020-06-161-1/+4
* | | 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
|\ \ \ | |/ /