summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-09-261-0/+2
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-09-261-0/+2
| |\
| | * Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFFMarko Mäkelä2022-09-231-0/+2
* | | Merge 10.5 into 10.6Jan Lindström2022-09-051-0/+3
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+3
| |\ \ | | |/
| | * Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+3
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-041-0/+2
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-041-0/+2
| |\ \ | | |/
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-031-0/+2
| | |\
| | | * MDEV-27282 InnoDB: Failing assertion: !query->intersectionThirunarayanan Balathandayuthapani2022-08-031-0/+2
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-1/+1
| | |\ \ | | | |/
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-1/+1
| | | |\
| | | | * MDEV-25317 Assertion `scale <= precision' failed in decimal_bin_size And Asse...Alexey Botchkov2022-04-261-2/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-211-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-211-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-28267 ASAN heap-use-after-free in Item_sp::func_name_cstringAlexander Barkov2022-04-091-1/+1
* | | | | Merge 10.5 into 10.6Vlad Lesin2022-03-071-7/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-071-7/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2022-03-071-8/+6
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2022-03-041-8/+6
| | | |\ \ | | | | |/
| | | | * MDEV-27968 GCC 12 -Og -Wmaybe-uninitialized in udf_handler::fix_fields()Marko Mäkelä2022-03-011-8/+6
| | | | * fix clang buildEugene Kosov2021-06-151-2/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-02-221-10/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26645: Fix UB in Item_func_plus and Item_func_minusMarko Mäkelä2022-02-181-10/+2
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-5/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-5/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-5/+11
| | |\ \ \ | | | |/ /
| | | * | add const qualifiers to sys_var::value_ptr functions and fix const castsNikita Malyavin2021-07-271-5/+11
* | | | | MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-3/+7
* | | | | MDEV-24089 support oracle syntax: rownumMonty2021-05-191-0/+74
* | | | | cleanup: Item::can_eval_in_optimize()Sergei Golubchik2021-05-191-2/+2
* | | | | Reduce usage of strlen()Monty2021-05-191-23/+24
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-29/+23
* | | | | Removed Item::is_fixed() and Item::has_subquery()Monty2021-05-191-11/+11
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-129/+128
* | | | | Renamed 'flags' variables in Item_classMichael Widenius2021-05-191-8/+7
* | | | | Revert MDEV-14517 Cleanup for Item::with_subselectMichael Widenius2021-05-191-2/+2
* | | | | Revert MDEV-16592 "Change Item::with_sum_func to a virtual method"Michael Widenius2021-05-191-18/+12
* | | | | Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-16/+46
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-16/+46
| |\ \ \ \ | | |/ / /
| | * | | Fix all warnings given by UBSANMonty2021-04-201-23/+51
* | | | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-1/+1
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-4/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-1/+2
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-1/+2