summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* post-merge: gcc 8 warningsSergei Golubchik2019-03-151-1/+0
* Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-4/+12
|\
| * fix gcc 8 compiler warningsSergei Golubchik2019-03-141-4/+12
* | Merge 10.1 into 10.2Marko Mäkelä2019-01-231-0/+3
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2019-01-231-0/+3
| |\
| | * MDEV-14440: Assertion `inited==RND' failed in handler::ha_rnd_endVarun Gupta2019-01-181-0/+3
* | | Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-301-4/+0
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-4/+0
| |\ \ | | |/
| | * remove unsed variableSergei Golubchik2018-12-131-4/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2018-12-121-9/+10
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-12-121-9/+10
| |\ \ | | |/
| | * MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta...Varun Gupta2018-12-071-9/+10
* | | Merge 10.1 into 10.2Marko Mäkelä2018-12-071-1/+3
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-061-1/+3
| |\ \ | | |/
| | * MDEV-17734: AddressSanitizer: use-after-poison in create_key_parts_for_pseudo...Varun Gupta2018-11-201-1/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-0/+6
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-11-051-0/+6
| |\ \ | | |/
| | * MDEV-16695: Estimate for rows of derived tables is very high when we are usin...Varun Gupta2018-11-011-0/+6
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-3/+24
|\ \ \ | |/ /
| * | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-3/+24
| |\ \ | | |/
| | * MDEV-16995: ER_CANT_CREATE_GEOMETRY_OBJECT encountered for a query withVarun Gupta2018-08-291-1/+5
| | * MDEV-15306: Wrong/Unexpected result with the value optimizer_use_condition_se...Varun Gupta2018-08-291-2/+8
| | * MDEV-17039: Query plan changes when we use GROUP BY optimization with optimiz...Varun Gupta2018-08-231-1/+12
* | | Added a new parameter for the function eq_ranges_exceeds_limit()Igor Babaev2018-08-241-3/+2
* | | MDEV-16934 Query with very large IN clause lists runs slowlyIgor Babaev2018-08-171-0/+27
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-08-031-2/+3
|\ \ \ | |/ /
| * | Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-2/+3
* | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\ \ | | |/
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | |\
| | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
* | | | 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