summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* lp:938977 - Query performance with join/index super slow on MariaDB 5.3.4RCSergei Golubchik2012-02-281-2/+7
* 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
* 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
* 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
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | MWL#90: code cleanuppsergey2010-07-101-4/+2
| | | | | | | | | * | | | | | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque...Sergey Petrunya2010-06-081-17/+1
| | | | | | | | | * | | | | | MWL#90, code movearound to unify merged and non-merged semi-join materializat...Sergey Petrunya2010-06-041-1/+5
| | | | | | | | | * | | | | | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque...Sergey Petrunya2010-05-251-20/+15
| | | | | | | | | | |_|_|_|/ | | | | | | | | | |/| | | |
* | | | | | | | | | | | | | automatic merge with 5.3Michael Widenius2011-05-281-10/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | MWL#89: Address review feedback (by Sergey Petrunia)unknown2011-05-231-2/+3
| * | | | | | | | | | | | | | MWL#89 - automatic merge with 5.3unknown2011-05-171-8/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix LP BUG#778413unknown2011-05-171-1/+1
| | * | | | | | | | | | | | | Fix LP BUG#777597unknown2011-05-131-7/+8
* | | | | | | | | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-547/+335
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | post review changes 2Sergei Golubchik2011-05-191-36/+57
| * | | | | | | | | | | | | post-review changes 1Sergei Golubchik2011-05-191-8/+8
| * | | | | | | | | | | | | lp:705210 Compiling with BUILD/compile-pentium64-debug failsSergei Golubchik2011-03-261-1/+1
| * | | | | | | | | | | | | lp:737474 Wrong result with DAY(COALESCE(NULL)) in 5.1-microSergei Golubchik2011-03-181-1/+1