summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30995: JSON_SCHEMA_VALID is not validating case sensitive when usingRucha Deodhar2023-04-261-0/+1
* MDEV-8320 Allow index usage for DATE(col) <=> const and YEAR <=> constOleg Smirnov2023-04-251-1/+12
* Merge 10.8 into 10.9Marko Mäkelä2023-02-161-28/+27
|\
| * Merge 10.6 into 10.8Marko Mäkelä2023-02-101-28/+27
| |\
| | * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-28/+27
| | |\
| | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-28/+27
| | | |\
| | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-28/+27
* | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+3
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+3
| | | |\ \ | | | | |/
| | | | * MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...Oleg Smirnov2023-01-201-0/+3
* | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-131-3/+22
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.6 into 10.7Marko Mäkelä2023-01-131-3/+22
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.5 into 10.6Marko Mäkelä2023-01-131-3/+22
| | |\ \ \ | | | |/ /
| | | * | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-2/+20
| | | |\ \ | | | | |/
| | | | * MDEV-17869 AddressSanitizer: use-after-poison in Item_change_list::rollback_i...Sergei Golubchik2023-01-091-2/+20
* | | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-131-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.6 into 10.7Marko Mäkelä2022-12-131-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.5 into 10.6Marko Mäkelä2022-12-131-1/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-0/+2
| | | |\ \ | | | | |/
| | | | * Merge 10.3 into 10.4Marko Mäkelä2022-12-131-0/+2
| | | | |\
| | | | | * MDEV-30082 View definition losing brackets changes semantics of the query and...Sergei Golubchik2022-12-021-0/+2
* | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-011-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-291-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-29895 prepared view crash server (unit.conc_view)Sergei Golubchik2022-10-291-0/+1
| | * | | | MDEV-29662 Replace same values in 'IN' list with an equalityOleg Smirnov2022-10-261-0/+1
* | | | | | 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