summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.9' into 10.10Oleksandr Byelkin2023-05-051-1/+1
|\
| * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-05-051-1/+1
| |\
| | * Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-051-1/+1
| | |\
| | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-051-1/+1
| | | |\
| | | | * Merge branch '10.4' into 10.5mariadb-10.5.20bb-10.5-releaseOleksandr Byelkin2023-05-051-1/+1
| | | | |\
| | | | | * MDEV-31194: Server crash or assertion failure with join_cache_level=4mariadb-10.4.29Sergei Petrunia2023-05-051-1/+1
* | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-05-041-7/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-05-041-5/+34
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-041-5/+34
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-041-5/+34
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-031-5/+34
| | | | |\ \ | | | | | |/
| | | | | * MDEV-26301: Split optimization refills: Optimizer Trace coverageSergei Petrunia2023-05-031-1/+1
| | | | | * MDEV-26301 Split optimization refills temporary table too many timesIgor Babaev2023-05-031-4/+33
* | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-05-031-38/+199
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-05-031-38/+199
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-031-38/+199
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-031-2/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch 'bb-10.4-release' into bb-10.5-releaseOleksandr Byelkin2023-05-021-2/+1
| | | | |\ \ | | | | | |/
| | | | | * MDEV-31113 Server crashes in store_length / Type_handler_string_result::make_...bb-10.4-mdev-31113Oleg Smirnov2023-04-281-2/+1
| | | * | | MDEV-31143 Crash for query using ROWNUM() over view with ORDER BYIgor Babaev2023-04-301-1/+1
| | | * | | MDEV-30812: Improve output cardinality estimates for hash joinbb-10.6-mdev30812Sergei Petrunia2023-04-281-33/+194
| | | * | | MDEV-31073 Server crash, assertion `table != 0 && view->field_translation != ...Oleksandr Byelkin2023-04-271-2/+2
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-04-261-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-04-261-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-261-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-04-251-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-241-2/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-31085 Crash when processing multi-update using view with optimizer_trace onIgor Babaev2023-04-221-2/+2
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-04-141-155/+506
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-04-141-155/+506
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-121-155/+506
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-04-111-153/+497
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-031-9/+9
| | | | |\ \ | | | | | |/
| | | | | * Fix passing correct length of string in command print.Oleksandr Byelkin2023-04-011-9/+9
| | | | * | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-153/+497
| | | | |\ \ | | | | | |/
| | | | | * MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statementsIgor Babaev2023-03-251-43/+283
| | | | | * MDEV-28603 Invalid view when its definition uses TVC as single-value subqueryIgor Babaev2023-02-271-0/+6
| | | | | * MDEV-20057 Distinct SUM on CROSS JOIN and grouped returns wrong resultMonty2023-02-171-39/+145
| | | | | * MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-02-151-6/+14
| | | | | * MDEV-30218 Incorrect optimization for rowid_filteringIgor Babaev2023-02-151-74/+58
| | | * | | MDEV-30972: ANALYZE FORMAT=JSON: some time is unaccounted-for in BNL-H joinSergei Petrunia2023-04-041-1/+3
| | | * | | ANALYZE FORMAT=JSON: Backport block-nl-join.r_unpack_time_ms from 11.0 +fix M...Sergei Petrunia2023-04-041-1/+3
| | | * | | MDEV-30806: ANALYZE FORMAT=JSON: better support for BNL and BNL-H joinsSergei Petrunia2023-03-311-0/+3
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-03-061-5/+15
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-03-061-5/+15
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-03-061-5/+15
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-03-061-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Fix GCC 5.3.1 -Wsign-compareMarko Mäkelä2023-03-061-1/+1
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-02-281-5/+15
| | | |\ \ \ | | | | |/ /
| | | | * | Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-271-12/+22