summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.3 mergeSergei Golubchik2012-03-281-2/+2
|\
| * BUG#951937: Wrong result (missing rows) with semijoin+materialization, IN sub...Sergey Petrunya2012-03-261-2/+2
| * lp:938977 - Query performance with join/index super slow on MariaDB 5.3.4RCSergei Golubchik2012-02-281-2/+7
* | merge with mysql-5.5.21Sergei Golubchik2012-03-091-15/+22
|\ \
| * | Bug#13463415 63502: INCORRECT RESULTS OF BIGINT AND DECIMAL COMPARISONTor Didriksen2012-01-251-10/+21
* | | 5.3.4 mergeSergei Golubchik2012-02-151-7/+13
|\ \ \ | | |/ | |/|
| * | BUG#922254: Assertion `0' failed at item_cmpfunc.cc:5899: Item* Item_equal::g...Sergey Petrunya2012-01-271-4/+6
| * | BUG#912513: Wrong result (missing rows) with join_cache_hashed+materializatio...Sergey Petrunya2012-01-201-3/+7
* | | mysql-5.5 mergeSergei Golubchik2012-01-161-20/+26
|\ \ \ | | |/ | |/|
| * | Backport from trunk of:Tor Didriksen2011-08-191-20/+26
* | | 5.3->5.5 mergeSergei Golubchik2011-11-221-21/+77
|\ \ \ | | |/ | |/|
| * | Fix for LP BUG#824425: Prohibiting subqueries in rows for left part of IN/ALL...unknown2011-11-131-0/+9
| * | Fix of typo.unknown2011-11-011-1/+1
| * | Fixed LP bug #879882.Igor Babaev2011-10-231-0/+1
| * | Compiler warning about assigned but not used variables fixed.unknown2011-10-181-3/+0
| * | lp:817966 int_column IN (string_constant)Sergei Golubchik2011-10-131-8/+8
| * | BUG#849776: Wrong result with semijoin + "Impossible where"Sergey Petrunya2011-09-231-0/+36
| * | lp:839387 Assertion `(Item_result)i != TIME_RESULT' failed with CASE + datetimeSergei Golubchik2011-09-071-5/+12
| * | BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin ...Sergey Petrunya2011-08-291-4/+11
| * | Fixed bug lp:825018unknown2011-08-231-1/+1
* | | mergeSergei Golubchik2011-11-031-1/+1
|\ \ \
| * | | compilation warnings on WindowsSergei Golubchik2011-11-021-1/+1
* | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-4/+30
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Patch for Bug 12652769 - 61470: CASE OPERATOR IN STORED ROUTINE RETAINSAlexander Nozdrin2011-06-211-4/+30
* | | Post-merge fixes: Fix problems in table_elim.test and enable it.Sergey Petrunya2011-10-271-2/+7
* | | merge with 5.3Sergei Golubchik2011-10-191-976/+872
|\ \ \ | | |/ | |/|
| * | Fix bug lp:813473unknown2011-08-171-2/+21
| * | Fix of LP BUG#780386.unknown2011-07-201-0/+25
| * | Fixed LP BUG#800696.unknown2011-07-191-12/+21
| * | Port of code for: (part of testcase is in mysql-test/t/subquery*.test and wil...Sergey Petrunya2011-07-111-10/+35
| * | Fix bug lp:806943unknown2011-07-071-1/+1
| * | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-7/+58
| |\ \
| | * \ Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-7/+58
| | |\ \
| | | * \ MergeIgor Babaev2011-05-201-8/+59
| | | |\ \
| | | | * | Fixed LP bug #784281.Igor Babaev2011-05-171-1/+1
| | | | * | Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-7/+58
| | | | |\ \
| | | | | * \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-7/+58
| | | | | |\ \
| | | | | | * | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-7/+58
| * | | | | | | bugfixes:Sergei Golubchik2011-06-091-2/+2
| * | | | | | | merge with 5.1-microSergei Golubchik2011-06-071-299/+150
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-275/+129
| * | | | | | | Merge 5.3->main -> 5.3-mwl90Sergey Petrunya2011-05-291-39/+18
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge MWL#90 with 5.3-mainSergey Petrunya2011-05-251-39/+18
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ MWL#90: auto-merge with 5.3-mainSergey Petrunya2011-05-091-39/+18
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge MWL#90 into 5.3-mainSergey Petrunya2011-04-301-39/+18
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge MWL#90 with main 5.3 treeSergey Petrunya2011-04-021-38/+17
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ MWL#90: Merge (4)Sergey Petrunya2011-02-151-38/+17
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2011-02-151-38/+17
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2010-12-091-38/+17
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriespsergey2010-07-111-36/+17
| | | | | | | | | |\ \ \ \ \ \ \