summaryrefslogtreecommitdiff
path: root/sql/sql_priv.h
Commit message (Expand)AuthorAgeFilesLines
* This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-2/+2
* @@in_predicate_conversion_thresholdSergei Golubchik2017-12-211-0/+2
* Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-011-0/+2
|\
| * Mistakes corrected, variable defined.Galina Shalygina2017-10-281-1/+1
| * Mistakes corrected.Galina Shalygina2017-10-281-0/+2
* | This first patch prepared for the task MDEV-13369:Igor Babaev2017-08-101-1/+4
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-1/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-211-1/+1
| |\
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-201-1/+1
| | |\
| | | * cleanup: remove duplicate codeSergei Golubchik2017-06-141-1/+1
* | | | MDEV-10174: Make the fix for MDEV-8989 enabled by default in 10.2Sergei Petrunia2016-09-241-0/+1
* | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-1/+3
|\ \ \ \
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-2/+3
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-06-011-1/+1
| * | | | MDEV-9792 Backport MDEV-8713 to 10.1.Alexey Botchkov2016-04-271-1/+2
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-1/+2
| |/ / / |/| | |
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-2/+2
|\ \ \ \
| * | | | MDEV-8713 Add continuous binary log backup to mysqlbinlog.Alexey Botchkov2016-02-271-2/+2
| |/ / /
* | | | Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-0/+1
|/ / /
* | | compiler warningSergei Golubchik2015-07-201-5/+6
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-5/+5
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2015-02-071-1/+1
* | | Improve performance for calculating memory allocationMonty2015-02-011-5/+0
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-0/+1
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-37/+29
|\ \ \ | |/ /
| * | 5.5.40+ mergeSergei Golubchik2014-10-091-6/+29
| |\ \ | | |/
| | * mysql-5.5.40Sergei Golubchik2014-10-061-2/+29
| | |\
| | | * Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCYArun Kuruvila2014-07-021-1/+28
| | | * BUG#14629727: USER_VAR_EVENT IS MISSING RANGE CHECKSNuno Carvalho2012-10-211-9/+0
| | | * BUG#14629727: USER_VAR_EVENT IS MISSING RANGE CHECKSNuno Carvalho2012-10-121-0/+44
| * | | cleanup: an outbreak of templatonia cured.Sergei Golubchik2014-09-301-35/+0
| * | | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+4
* | | | MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switchSergei Golubchik2014-10-101-1/+1
|/ / /
* | | MDEV-6047: Make exists_to_in optimization ON by defaultunknown2014-06-091-1/+2
* | | 10.0-base mergeSergei Golubchik2014-02-261-0/+1
|\ \ \
| * | | MDEV-5244: Make extended_keys=ON by default in 10.0Sergey Petrunya2014-02-251-0/+1
* | | | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-0/+2
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-1/+1
* | | | Merge 10.0-base->mwl253 Igor Babaev2013-04-121-4/+4
|\ \ \ \
| * | | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-4/+4
* | | | | The pilot patch for mwl#253.Igor Babaev2013-03-111-0/+1
|/ / / /
* | | | [NOT] EXISTS to IN transformation.unknown2013-02-261-1/+1
|/ / /
* | | 5.5 mergeSergei Golubchik2013-01-291-0/+35
|\ \ \ | |/ /
| * | 5.3 mergeSergei Golubchik2013-01-151-0/+35
* | | Merge maria-5.5-mwl248 -> 10.0-base.Igor Babaev2012-12-161-0/+1
|\ \ \
| * \ \ Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-11-021-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Merge maria-5.3-mwl248 -> 5.5 = maria-5.5-mwl248.Igor Babaev2012-03-191-0/+1
* | | | Merge mariadb-5.5 -> 10.0-base.Igor Babaev2012-12-161-0/+2
|\ \ \ \ | |/ / /