summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | manual merge 10.1->10.2Andrei Elkin2019-11-111-4/+0
| |\ \ | | |/
| | * MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-071-4/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2019-11-061-0/+3
|\ \ \ | |/ /
| * | Merge 10.1 to 10.2Marko Mäkelä2019-11-061-0/+3
| |\ \ | | |/
| | * MDEV-20424: New default value for optimizer_use_condition-selectivity leads t...Varun Gupta2019-11-011-0/+3
* | | MDEV-20753: Sequence with limit 0 crashes serverOleksandr Byelkin2019-10-091-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-15/+37
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-09-181-0/+15
| |\ \ | | |/
| | * MDEV-20576 A new assertion added to check validity of calculatedIgor Babaev2019-09-121-0/+15
| * | MDEV-20371: Invalid reads at plan refinement stage: join->positions...Sergei Petrunia2019-09-111-15/+23
* | | MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-301-2/+13
* | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-211-33/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-8/+11
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-08-201-9/+11
| |\ \ | | |/
| | * 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
* | | | MDEV-20336 Assertion bitmap_is_set(read_partitions) upon SELECT FOR UPDATE fr...Aleksey Midenkov2019-08-141-1/+4
* | | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-111-5/+30
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-1/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-1/+8
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-17627 Assertion `inited==RND' failed in handler::ha_rnd_end() upon actio...Sergei Golubchik2019-07-121-1/+4
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-22/+88
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-131-22/+88
| |\ \ \ | | |/ /
| | * | 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 10.2 into 10.3Marko Mäkelä2019-06-111-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSONbb-10.2-mdev19714Sergei Petrunia2019-06-081-0/+1
* | | | MDEV-19698: Cleanup READ_RECORD::recordOleksandr Byelkin2019-06-071-5/+3
* | | | MDEV-19600: The optimizer should be able to produce rows=1 estimate for uniqu...bb-10.3-mdev19600Sergei Petrunia2019-06-051-15/+32
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-59/+89
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-281-57/+79
| |\ \ \ | | |/ /
| | * | 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
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-211-2/+10
| |\ \ \ | | |/ /
| | * | Better comment from Monty for code in make_join_selectSergei Petrunia2019-05-171-2/+10
* | | | Cleanup unused READ_RECORD::indexEugene Kosov2019-05-281-2/+0
* | | | MDEV-16214: Incorrect plan taken by the optimizer , uses INDEX instead of ref...Varun Gupta2019-05-201-14/+35
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\ \ | | | |/
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1