summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19634: Assertion `0' failed in row_sel_convert_mysql_key_to_innobase, [W...Varun2019-06-141-4/+6
* MDEV-18741: Optimizer trace: multi-part key ranges are printed incorrectlyVarun Gupta2019-05-281-2/+5
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * 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
* | | | | MDEV-18755 Assertion `inited==INDEX' failed in handler::ha_index_read_mapIgor Babaev2019-02-281-2/+4
* | | | | MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-1/+1
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-1/+4
|\ \ \ \ | |/ / /
| * | | Added a new parameter for the function eq_ranges_exceeds_limit()Igor Babaev2018-08-241-1/+2
| * | | MDEV-16934 Query with very large IN clause lists runs slowlyIgor Babaev2018-08-171-1/+3
* | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-0/+17
|\ \ \ \
| * | | | Adding multi_range_read support to partitionsMonty2017-12-031-0/+17
* | | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]Aleksey Midenkov2017-11-151-0/+32
|/ / / /
* | | | MDEV-12721 Wrong execution plan for WHERE (date_field <=> timestamp_expr AND ...Alexander Barkov2017-05-071-0/+11
|/ / /
* | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+0
* | | MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Monty2017-01-111-6/+6
* | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-0/+3
* | | MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup()Sergey Vojtovich2015-11-261-1/+0
|/ /
* | MDEV-8779: mysqld got signal 11 in sql/opt_range_mrr.cc:100(step_down_to)Sergei Petrunia2015-09-211-2/+2
* | MDEV-8610 "WHERE CONTAINS(indexed_geometry_column,1)" causes full table scanAlexander Barkov2015-08-131-1/+610
* | MDEV-8599 "WHERE varchar_field LIKE temporal_const" does not use range optimizerAlexander Barkov2015-08-121-2/+2
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+4
* | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-3/+3
* | MDEV-7920 main.group_min_max fails in buildbot with valgrindAlexander Barkov2015-04-131-0/+1
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-0/+15
|\ \
| * \ 5.5.39 mergeSergei Golubchik2014-08-071-0/+15
| |\ \ | | |/
| | * MDEV-6434: Wrong result (extra rows) with ORDER BY, multiple-column index, In...Sergey Petrunya2014-07-221-0/+15
* | | MDEV-6480: Remove conditions for which range optimizer returned SEL_ARG::IMPO...Sergei Petrunia2014-08-271-3/+3
|/ /
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | Merge 10.0-base -> 10.0Sergey Petrunya2013-10-161-18/+12
|\ \
| * | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-081-0/+2
| * | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-071-7/+7
| * | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-051-7/+7
| * | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-051-8/+8
| * | MDEV-5067: Valgrind warnings (Invalid read) in QPF_table_access::print_explainSergey Petrunya2013-09-261-7/+7
| * | [SHOW] EXPLAIN UPDATE/DELETESergey Petrunya2013-09-171-13/+9
| * | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-271-5/+1
| |\ \
| | * | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-271-5/+1
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
| * | | # MDEV-3817: Wrong result with index_merge+index_merge_intersection, InnoDB t...Sergey Petrunya2012-11-031-1/+1
* | | | Fix to compile without partitioning.Sergei Golubchik2013-06-151-1/+1
| |/ / |/| |
* | | MDEV-4345: fixed optimizer_selectivity_sampling_limit default value.unknown2013-04-191-1/+1
* | | MDEV-4345unknown2013-04-181-0/+7
* | | Merge 10.0-base -> mwl253Igor Babaev2013-04-151-3/+3
|\ \ \ | | |/ | |/|
| * | Merge 5.3 -> 5.5Sergey Petrunya2013-04-031-3/+3
| |\ \
| | * | MDEV-4240: mariadb 5.3.12 using more memory than MySQL 5.1 for an inefficient...Sergey Petrunya2013-04-011-3/+3
* | | | The pilot patch for mwl#253.Igor Babaev2013-03-111-0/+2
|/ / /