summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8320 Allow index usage for DATE(col) <=> const and YEAR <=> constOleg Smirnov2023-04-251-1/+12
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-1/+1
|\
| * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-1/+1
| |\
| | * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-1/+1
| | |\
| | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+1
| | | |\
| | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+1
| | | | |\
| | | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-1/+1
| | | | | |\
| | | | | | * MDEV-30081 Crash with splitting from constant mergeable derived tableIgor Babaev2023-01-241-1/+1
* | | | | | | MDEV-21092,MDEV-21095,MDEV-29997: Optimizer Trace for index condition pushdow...Rex2023-02-031-0/+24
* | | | | | | Remove strlen() from Item::cleanupMonty2023-02-031-7/+4
* | | | | | | Indexes where not used for sorting in sub queriesMonty2023-02-021-0/+18
|/ / / / / /
* | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-181-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-181-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-171-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | cleanup: const_Item->real_item()Sergei Golubchik2023-01-171-1/+1
* | | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-131-29/+75
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.6 into 10.7Marko Mäkelä2023-01-131-29/+75
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-131-29/+75
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-27/+75
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-30345 DML does not find rows it is supposed toMonty2023-01-111-2/+2
| | | | * | Merge branch '10.3' into 10.4Sergei Golubchik2023-01-101-17/+69
| | | | |\ \ | | | | | |/
| | | | | * fixes for json.json_table and main.func_json in --psSergei Golubchik2023-01-021-1/+2
| | | | | * MDEV-29988: Major performance regression with 10.6.11Dmitry Shulga2023-01-021-14/+66
| | | | * | cleanupSergei Golubchik2023-01-091-3/+3
| | | | * | cleanupSergei Golubchik2023-01-091-5/+1
* | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-131-6/+27
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-12-131-6/+27
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-12-131-6/+27
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-7/+28
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-12-131-1/+20
| | | | |\ \ | | | | | |/
| | | | | * MDEV-28696 View created as "select b''; " references invalid table(s) or colu...Alexander Barkov2022-12-021-0/+19
* | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-071-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-12-071-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-28206: SIGSEGV in Item_field::fix_fields when using LEAD...OVERDaniel Black2022-12-021-0/+1
* | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-011-5/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-291-5/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-10-251-5/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-10-251-0/+16
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-10-251-0/+16
| | | | |\ \ | | | | | |/
| | | | | * MDEV-16549 Server crashes in Item_field::fix_fields on query with view and su...Oleksandr Byelkin2022-10-241-0/+14
| | | | | * MDEV-29750 triggers can modify historySergei Golubchik2022-10-161-0/+2
* | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-091-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-29159 Patch for MDEV-28918 introduces more inconsistency than it solves,...Alexander Barkov2022-08-051-2/+2
* | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-281-2/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-28963 Incompatible data type assignment through SP vars is not consisten...Alexander Barkov2022-06-271-2/+4
| * | | | | MDEV-28918 Implicit cast from INET6 UNSIGNED works differently on UPDATE vs A...Alexander Barkov2022-06-271-0/+16
* | | | | | Merge branch '10.8' into 10.9mariadb-10.9.1Sergei Golubchik2022-05-191-9/+33
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.6' into 10.7Sergei Golubchik2022-05-111-9/+33
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-9/+33
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-9/+33
| | | |\ \ \ | | | | |/ /