summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17399 Add support for JSON_TABLE.bb-mdev-17399-hfAlexey Botchkov2020-07-281-0/+3
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2020-07-161-1/+21
* 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
* | | | | Fix various spelling errorsOtto Kekäläinen2020-03-161-18/+18
* | | | | Merge branch 'github/10.5' into 10.5Sergei Golubchik2020-03-141-27/+27
|\ \ \ \ \
| * | | | | MDEV-20632: Fix -Wmaybe-uninitializedMarko Mäkelä2020-03-131-27/+27
* | | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-15/+28
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Improved speed of optimizer traceMonty2020-03-091-15/+28
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+0
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-5/+5
* | | | | perfschema table io instrumentation related changesSergei Golubchik2020-03-101-0/+22
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-14/+14
* | | | | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-101-2/+1
* | | | | MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-101-1/+1
* | | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-73/+131
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-281-1/+71
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-251-1/+71
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21383: Possible range plan is not used under certain conditionsbb-10.3-mdev21383Sergei Petrunia2020-01-241-1/+71
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-6/+4
* | | | | MDEV-21537 InnoDB INFORMATION_SCHEMA tables fail to define DEFAULT for ENUM N...Alexander Barkov2020-01-221-0/+10