summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* BUG#849776: Wrong result with semijoin + "Impossible where"Sergey Petrunya2011-09-231-0/+4
* BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin ...Sergey Petrunya2011-08-291-0/+1
* Fix bug lp:813473unknown2011-08-171-1/+3
* Fixed LP bug #823826.Igor Babaev2011-08-111-0/+4
* Fix of LP BUG#780386.unknown2011-07-201-0/+13
* Fixed LP BUG#800696.unknown2011-07-191-0/+1
* Corrected the code of the recent patch that had changed the baseIgor Babaev2011-07-131-0/+4
* Port of code for: (part of testcase is in mysql-test/t/subquery*.test and wil...Sergey Petrunya2011-07-111-39/+16
* Make semi-joins work with outer joins part #1:Sergey Petrunya2011-06-221-1/+2
* Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-0/+4
|\
| * Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-0/+4
| |\
| | * MergeIgor Babaev2011-05-201-0/+4
| | |\
| | | * Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-0/+4
| | | |\
| | | | * Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-0/+4
| | | | |\
| | | | | * MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-0/+4
* | | | | | merge with 5.1-microSergei Golubchik2011-06-071-3/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-3/+4
* | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-24/+21
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | lp:737092 Assertion `item->null_value' failed in get_datetime_value in 5.1-microSergei Golubchik2011-03-171-0/+1
| * | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-24/+20
* | | | | Merged the fix for bug 777745 into 5.3.Igor Babaev2011-05-191-1/+4
|\ \ \ \ \
| * | | | | Fixed LP bug #777745.Igor Babaev2011-05-191-1/+4
* | | | | | Merge with 5.3 mainMichael Widenius2011-05-161-11/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | MWL#89unknown2011-05-021-11/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | MWL#89unknown2011-03-301-11/+4
| | |\ \ \ \
| | | * | | | MWL#89unknown2010-12-151-0/+2
| | | * | | | MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-11-051-11/+2
| | | |\ \ \ \
| | | | * | | | MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-09-161-11/+0
| | | | * | | | MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-09-051-0/+2
* | | | | | | | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-081-0/+9
|/ / / / / / /
* | | | | | | MergeIgor Babaev2011-04-261-28/+92
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed LP bugs #717577, #724942.Igor Babaev2011-04-261-28/+92
| |/ / / / /
* | | | | | Merge with 5.2Michael Widenius2011-03-091-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+1
| | |\ \ \ \ \
| | | * \ \ \ \ MergeKent Boortz2010-12-291-1/+1
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | - Added/updated copyright headersKent Boortz2010-12-281-1/+1
* | | | | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Change some my_bool in C++ classes and a few functions to bool to detect wron...Michael Widenius2010-09-241-4/+4
| * | | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-2/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2010-06-081-2/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Bug#53933 crash when using uncacheable subquery in the having clause of outer...Sergey Glukhov2010-06-081-2/+2
* | | | | | | Fixed LP BUG#615760: Check on double cache assignment added into the transfor...unknown2010-09-061-1/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Subquery cache (MWL#66) added.unknown2010-07-101-0/+1
* | | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-7/+29
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | merge 5.1->5.2Sergei Golubchik2010-06-011-7/+29
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.47Michael Widenius2010-05-261-2/+12
| | |\ \ \ | | | |/ /
| | | * | Bug#52124 memory leaks like a sieve in datetime, timestamp, time, date fields...Sergey Glukhov2010-04-161-2/+12
| | * | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-5/+17
| | |\ \ \ | | | |/ /