summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-16/+39
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-16/+39
| |\
| | * MDEV-7911: crash in Item_cond::eval_not_null_tablesSergei Petrunia2015-04-211-9/+27
| | * MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ...Sergei Petrunia2015-03-171-6/+11
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-3/+4
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-6/+1
|\ \ \ | |/ /
| * | MDEV-7586: Merged derived tables/VIEWs increment created_tmp_tablesVicențiu Ciorbaru2015-02-261-1/+0
| * | MDEV-7220: Materialization strategy is not used for REPLACE ... SELECTSergei Petrunia2015-02-201-5/+1
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ \ | |/ /
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | MDEV-334: Backport of UNION ALL optimization from mysql-5.7.Igor Babaev2014-10-141-3/+3
* | | cleanup: rename List<> methodsSergei Golubchik2014-10-101-1/+1
|/ /
* | cleanup: remove special case from store_key::store_key(), add Field_blob::new...Sergei Golubchik2014-06-091-0/+1
* | 10.0-base mergeSergei Golubchik2014-02-261-2/+7
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-251-2/+7
| |\ \ | | |/
| | * 5.3 mergeSergei Golubchik2014-02-221-0/+1
| | |\
| | | * MDEV-5581: Server crashes in in JOIN::prepare on 2nd execution of PS with mat...Sergey Petrunya2014-02-151-0/+1
| | * | Merge 5.3->5.5Igor Babaev2014-02-101-2/+6
| | |\ \ | | | |/
| | | * MDEV-5582: Plugin 'MEMORY' has ref_count=1 after shutdown with materializatio...Sergey Petrunya2014-02-071-2/+6
| | | * MDEV-5368: Server crashes in Item_in_subselect::optimize on ...Sergey Petrunya2014-01-231-1/+1
* | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-11/+11
* | | | 10.0-base mergeSergei Golubchik2014-02-031-1/+1
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2014-02-011-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-5368: Server crashes in Item_in_subselect::optimize on ...Sergey Petrunya2014-01-231-1/+1
* | | | 10.0-base mergeSergei Golubchik2013-12-161-3/+17
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-11-231-2/+17
| |\ \ \ | | |/ /
| | * | MergeSergey Petrunya2013-11-211-2/+17
| | |\ \
| | | * | MDEV-5161: Wrong result (missing rows) with semijoin, LEFT JOIN, ORDER BY, co...Sergey Petrunya2013-11-211-2/+17
| * | | | Merge 5.5->10.0-baseAlexander Barkov2013-11-211-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge 5.3 -> 5.5Alexander Barkov2013-11-131-1/+0
| | |\ \ \ | | | | |/ | | | |/|
| | | * | incorrect assertion removedunknown2013-11-131-1/+0
* | | | | 10.0-base mergeSergei Golubchik2013-11-131-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | 5.5. mergeSergei Golubchik2013-11-131-4/+2
| |\ \ \ \ | | |/ / /
| | * | | 5.3 mergeSergei Golubchik2013-11-131-4/+2
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * MDEV-5284 Assertion `!(*expr)->fixed' fails in replace_where_subcondition wit...Sergei Golubchik2013-11-131-4/+2
* | | | merge 10-base->10.0unknown2013-11-111-6/+13
|\ \ \ \ | |/ / /
| * | | merge 5.5->10.0-baseunknown2013-11-111-6/+13
| |\ \ \ | | |/ /
| | * | merge 5.3->5.5unknown2013-11-111-6/+13
| | |\ \ | | | |/
| | | * MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with...unknown2013-11-111-6/+13
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-2/+46
|\ \ \ \ | |/ / /
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-2/+46
| |\ \ \ | | |/ /
| | * | Merge 5.3 -> 5.5Sergey Petrunya2013-09-121-0/+42
| | |\ \ | | | |/
| | | * MDEV-5011: ERROR Plugin 'MEMORY' has ref_count=1 after shutdown for SJM queriesSergey Petrunya2013-09-121-0/+42
| | * | MergeIgor Babaev2013-08-211-2/+4
| | |\ \ | | | |/
| | | * MDEV-4908: Assertion `((Item_cond *) cond)->functype() == ((Item_cond *) new_...unknown2013-08-211-2/+4
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-7/+12
|\ \ \ \
| * | | | Fixes for innodb suite, merging tests from 5.6.Sergei Golubchik2013-07-151-1/+0
| * | | | ha_partition.cc and ha_partition.h are now completely mergedMichael Widenius2013-06-271-0/+6
| * | | | A fix of unions with duplicate rows and returning bug fix for lp:732124 union...unknown2013-06-261-2/+2