summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-031-16/+37
|\ \ \ \ \ | |/ / / /
| * | | | Don't give errors for default value copy in create_tmp_tableMonty2020-07-031-0/+7
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-14/+31
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-021-67/+75
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-14/+40
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-6/+18
| |\ \ \ \ | | |/ / /
| | * | | 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-22993: Crash on EXPLAIN with PUSHED DOWN SELECT and subquerySergei Petrunia2020-06-241-18/+36
* | | | | Select Handlers: Initialize JOIN::fields when running with pushed selectSergei Petrunia2020-06-261-0/+3
* | | | | MDEV-22891: Optimizer trace: const tables are not clearly visibleSergei Petrunia2020-06-151-0/+6
* | | | | Changed some DBUG_PRINT that used error:Monty2020-06-141-3/+3
* | | | | MDEV-22399: Remove multiple calls to enable and disable Handler::keyread and ...Varun Gupta2020-06-101-70/+110
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21626: Optimizer misses the details about the picked join orderVarun Gupta2020-06-041-0/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-6/+17
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-2/+8
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22413 Server hangs upon UPDATE on a view reading from versioned partitio...Aleksey Midenkov2020-05-281-2/+8
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-4/+9
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-131-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-131-1/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-17568: LATERAL DERIVED is not clearly visible in EXPLAIN FORMAT=JSONSergei Petrunia2020-05-061-0/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-6/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-6/+15
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21480: Unique key using ref access though eq_ref access can be usedVarun Gupta2020-05-011-6/+15
* | | | | Make all #sql temporary table names uniformMonty2020-04-191-3/+3
* | | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-3/+4
* | | | | Fixed some assert crashes related to keyread.Monty2020-04-191-3/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-081-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22014: Rowid Filtering is not displayed well in the optimizer traceSergei Petrunia2020-04-021-0/+2
* | | | | cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-311-1/+0
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-301-2/+6
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-67/+135
* | | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-5/+3
* | | | | Improve update handler (long unique keys on blobs)Monty2020-03-241-1/+0
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-161-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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