summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong arguments to printf and related functionsMonty2018-01-041-3/+3
* Ensure that table->vcol_set is properly restored if usedMonty2018-01-011-2/+5
* Fixed compiler warnings about possible uninitialized variablesMonty2018-01-011-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-8/+31
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-8/+31
| |\
| | * Fixed the bug mdev-11574.Igor Babaev2017-10-061-8/+31
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-0/+9
| |\ \ | | |/
| | * MDEV-12078 Using spatial index changes type from point to geometryAlexey Botchkov2017-07-111-0/+9
* | | Fix a warning on Win64Vladislav Vaintroub2017-10-231-2/+2
* | | Fixed compiler warningsMichael Widenius2017-10-181-3/+4
* | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-20/+20
* | | Avoid using HA_POS_ERROR constant when passing around values of type double.Sergei Petrunia2017-10-031-4/+4
* | | Fix some conversion warnings.Vladislav Vaintroub2017-09-301-5/+5
* | | fix some conversion warningsVladislav Vaintroub2017-09-281-1/+1
* | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-5/+5
* | | MDEV-13535 Query on MyISAM table corrupts the tableSergei Golubchik2017-08-161-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-3/+4
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-3/+4
| |\ \ | | |/
| | * MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-3/+4
* | | Fixed bug mdev-10454.Igor Babaev2017-04-031-4/+213
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-7/+7
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-7/+7
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-9/+16
| | |\
| | | * MDEV-9455: [ERROR] mysqld got signal 11Oleksandr Byelkin2017-02-201-2/+9
| | | * Fixed bug mdev-8603.Igor Babaev2017-01-181-7/+7
* | | | MDEV-12078 Using spatial index changes type from point to geometryAlexey Botchkov2017-03-141-0/+9
* | | | cleanup: handler::key_readSergei Golubchik2017-02-131-3/+3
* | | | cleanup: TABLE::mark_columns_used_by_index()Sergei Golubchik2017-02-131-1/+1
* | | | cleanup: mark_columns_used_by_index_no_reset in opt_range.ccSergei Golubchik2017-02-131-8/+2
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-30/+11
* | | | MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Monty2017-01-111-17/+36
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+9
|\ \ \ \ | |/ / /
| * | | MDEV-11060 sql/protocol.cc:532: void Protocol::end_statement(): Assertion `0'...Varun Gupta2016-12-141-0/+1
| * | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-1/+8
| |\ \ \ | | |/ /
| | * | Fixed bug mdev-9628.Igor Babaev2016-10-261-1/+8
* | | | MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2016-12-121-3/+4
* | | | Undo the unfinished patch for MDEV-8359:Sergei Petrunia2016-11-201-45/+0
* | | | MDEV-8359: WHERE condition referring to inner table of left join can be sargableSergei Petrunia2016-10-141-0/+45
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-58/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-3/+2
| |\ \ \ | | |/ /
| | * | Minor cleanupsMonty2016-08-221-3/+0
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-0/+2
| | |\ \ | | | |/
| | | * MDEV-10228: Delete missing rows with OR conditionsSergei Petrunia2016-07-271-0/+2
| * | | MDEV-10324: Server crash in get_sel_arg_for_keypart or AssertionSergei Petrunia2016-07-051-55/+9
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-41/+75
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-10020 InnoDB NOT IN Query Crash When One Item Is NULLAlexander Barkov2016-06-201-1/+1
| * | | MDEV-10185: Assertion `tree1->keys[key_no] && tree2->keys[key_no]' failed inSergei Petrunia2016-06-221-0/+1
| * | | MDEV-9764: MariaDB does not limit memory used for range optimizationSergei Petrunia2016-06-021-3/+25
| * | | MDEV-9764: MariaDB does not limit memory used for range optimizationSergei Petrunia2016-05-311-38/+49