summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed inRucha Deodhar2020-10-201-0/+3
* MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_rowbb-10.1-varunVarun Gupta2020-08-271-0/+3
* 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
* Fix compile warning:Sergei Petrunia2020-03-111-1/+1
* MDEV-21341: Fix UBSAN failures, part 8: fix error in compare_fields_by_table_...Sergei Petrunia2020-01-151-4/+8
* MDEV-21341: Fix optimizer-related UBSAN failures, part #1:Sergei Petrunia2019-12-181-1/+1
* Fix incorrect DBUG_ENTER message for join_read_lastSeth Shelnutt2019-11-261-1/+1
* MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-071-4/+0
* MDEV-20424: New default value for optimizer_use_condition-selectivity leads t...Varun Gupta2019-11-011-0/+3
* MDEV-20576 A new assertion added to check validity of calculatedIgor Babaev2019-09-121-0/+15
* 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
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-1/+8
|\ \ | |/
| * MDEV-19778 Wrong Result on Left Outer Join with Subquery right on trueIgor Babaev2019-06-221-1/+8
* | imporve clang buildEugene Kosov2019-06-251-1/+1
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-22/+88
|\ \ | |/
| * MDEV-18479: Avoid COST_MULT(records, 1)Marko Mäkelä2019-06-111-5/+2
| * MDEV-18479 Another complementIgor Babaev2019-06-101-7/+10
| * MDEV-19580 Unrelated JOINs corrupt usage of 'WHERE function() IN (subquery)'Igor Babaev2019-06-091-14/+73
| * MDEV-18479 ComplementIgor Babaev2019-05-281-8/+13
* | Merge 5.5 into 10.1Marko Mäkelä2019-05-281-59/+68
|\ \ | |/
| * MDEV-18479 Assertion `join->best_read < double(1.79769313486231570815e+308L)'Igor Babaev2019-05-271-51/+62
* | MDEV-19258 RIGHT JOIN hangs in MariaDBIgor Babaev2019-05-231-2/+14
* | MDEV-17752: Plan changes from hash_index_merge to index_merge with new optimi...Varun Gupta2019-05-211-1/+3
* | Better comment from Monty for code in make_join_selectSergei Petrunia2019-05-171-2/+10
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\ \ | |/
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * MDEV-17382 Hash join algorithm should not be used to join materializedIgor Babaev2018-10-071-0/+8
* | don't cast random items to Item_result_field*Sergei Golubchik2019-04-241-9/+9
* | MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-261-2/+2
* | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-6/+6
* | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-0/+4
|\ \
| * | MDEV-6453: Assertion `inited==NONE || (inited==RND && scan)' failed in handle...Varun Gupta2018-12-161-0/+4
| * | MDEV-17382 Hash join algorithm should not be used to join materializedIgor Babaev2018-10-071-0/+8
* | | MDEV-17382 Hash join algorithm should not be used to join materializedIgor Babaev2018-10-071-0/+8
* | | MDEV-17155: Incorrect ORDER BY optimization: full index scan is used instead ...Sergei Petrunia2018-09-121-0/+19
* | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-1/+1
|\ \ \ | |/ /
| * | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-061-1/+1
* | | MDEV-15433: Optimizer does not use group by optimization with distinctVarun Gupta2018-08-051-1/+9
* | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-07-311-2/+7
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-07-301-2/+7
| |\ \ | | |/
| | * Fix added along with a test for a case missed in the patch for MDEV-16751Varun Gupta2018-07-271-4/+4
| | * MDEV-16751: Server crashes in st_join_table::cleanup or TABLE_LIST::is_with_t...Varun Gupta2018-07-251-2/+7
| | * MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+7
| * | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+7
* | | Merge branch '10.1' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-261-0/+7
|\ \ \
| * | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+7