summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2021-03-031-0/+3
|\
| * MDEV-25006: Failed assertion on executing EXPLAIN DELETE statement as a prepa...Dmitry Shulga2021-03-021-0/+3
* | MDEV-24958 Server crashes in my_strtod ... with DEFAULT(blob)Monty2021-03-011-2/+22
* | MDEV-24710 Uninitialized value upon CREATE .. SELECT ... VALUE...Monty2021-03-011-10/+77
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-16/+17
|\ \ | |/
| * MDEV-23449: alias do not exist and a query do not report an errorVarun Gupta2021-01-311-16/+17
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-2/+2
* | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-15/+15
* | MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-221-1/+5
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-4/+0
|\ \ | |/
| * MDEV-23406 Signal 8 in maria_create after recursive cte queryIgor Babaev2020-12-161-4/+0
* | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-3/+1
* | MDEV-23619: Merge 10.2 into 10.3Marko Mäkelä2020-11-131-1/+4
|\ \ | |/
| * MDEV-23619 MariaDB crash on WITH RECURSIVE UNION ALL (CTE) queryIgor Babaev2020-11-131-1/+4
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-3/+3
|\ \ | |/
| * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-3/+3
* | MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-231-12/+8
* | cleanup: use my_multi_malloc(), etcSergei Golubchik2020-10-231-12/+6
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-0/+3
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-10-211-0/+3
| |\
| | * MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed inRucha Deodhar2020-10-201-0/+3
* | | MDEV-23779 Error upon querying the view, that selecting from versioned table ...Aleksey Midenkov2020-10-201-1/+1
* | | MDEV-23799 CREATE .. SELECT wrong result on join versioned tableAleksey Midenkov2020-10-201-0/+1
* | | 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