summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MCOL-5114 Removing ctor specialization b/c it violates c++20 syntax needed in...Roman Nozdrin2022-06-091-1/+1
* MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec()Rucha Deodhar2022-03-301-21/+21
* Merge 10.6 into 10.7Marko Mäkelä2022-03-301-0/+2
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-03-291-0/+2
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2022-03-291-0/+2
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-03-291-0/+2
| | | |\
| | | | * MDEV-27937 Assertion failure when executing prepared statement with ? in IN listIgor Babaev2022-03-251-0/+2
* | | | | Make marking/testing of top level item uniformMonty2021-07-191-27/+14
|/ / / /
* | | | cleanup: Item::can_eval_in_optimize()Sergei Golubchik2021-05-191-1/+1
* | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-398/+432
* | | | Reduce usage of strlen()Monty2021-05-191-53/+222
* | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-5/+5
* | | | Remove calls to current_thd() in Item functionsMichael Widenius2021-05-191-24/+25
* | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-9/+19
* | | | Revert MDEV-14517 Cleanup for Item::with_subselectMichael Widenius2021-05-191-1/+1
* | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-1/+1
* | | | Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-3/+3
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2021-04-141-5/+1
|\ \ \ | |/ /
| * | MDEV-23634: Select query hanged the server and leads to OOM ...bb-10.4-mdev23634Sergei Petrunia2021-04-081-5/+1
* | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-0/+7
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-0/+7
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+7
| | |\
| | | * Item_func_like::walk() was ignoring escape_itemSergei Golubchik2020-12-191-0/+7
* | | | MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-211-20/+17
* | | | Fixed usage of not initialized memory in LIKE ... ESCAPEMonty2020-12-031-17/+20
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-9/+10
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-9/+10
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-281-9/+10
| | |\ \ | | | |/
| | | * precedence bugfixingSergei Golubchik2020-10-231-4/+3
| | | * cleanup: remove redundant BANG_PRECEDENCESergei Golubchik2020-10-231-1/+1
* | | | MDEV-23054 Assertion `!item->null_value' failed in Type_handler_inet6::make_s...Alexander Barkov2020-08-111-1/+11
* | | | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-3/+3
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+1
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+1
| | | |\
| | | | * Code comment spellfixesIan Gilfillan2020-07-221-1/+1
* | | | | fix clang compilationEugene Kosov2020-07-061-35/+39
* | | | | MDEV-23071 remove potentially dangerouws casting to Item_in_subselectOleksandr Byelkin2020-07-061-3/+3
* | | | | when printing Item_in_optimizer, use precedence of wrapped Itembb-10.5-pr1588Sidney Cammeresi2020-06-121-0/+1
* | | | | MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-101-0/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-201-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21184 Assertion `used_tables_cache == 0' failed in Item_func::fix_fieldsIgor Babaev2020-01-151-1/+2
* | | | | dependencies for VSSergei Golubchik2019-12-211-23/+5
* | | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-211-21/+19
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-0/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20900: IN predicate to IN subquery conversion causes performance regressionVarun Gupta2019-12-101-0/+1
| | * | | Merge remote-tracking branch 10.2 into 10.3Jan Lindström2019-12-021-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-17508 Fix bug for spider when using "not like"willhan2019-11-251-1/+1