summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2023-02-101-344/+344
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-470/+470
| * MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-271-0/+14
* | MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-271-0/+7
* | MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-271-0/+14
* | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-0/+1
|\ \ | |/
| * MDEV-19160 json_pretty() alias for json_detailed()Weijun-H2023-01-121-0/+1
* | Merge 10.4 into 10.5Marko Mäkelä2022-09-261-1/+1
|\ \ | |/
* | Merge 10.4 into 10.5Marko Mäkelä2022-04-061-119/+179
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2022-04-061-137/+206
| |\
| | * Adding a "const" qualifier to arguments of create_func(), create_native() etcAlexander Barkov2022-04-041-133/+201
* | | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-2/+1
|\ \ \ | |/ /
| * | Merge 10.3 -> 10.4Sergei Petrunia2021-06-301-2/+3
| |\ \ | | |/
| | * Merge 10.2->10.3Sergei Petrunia2021-06-301-2/+3
| | |\
| | | * MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-291-8/+3
* | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-0/+15
|\ \ \ \ | |/ / /
| * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-0/+15
| |\ \ \ | | |/ /
| | * | MDEV-20842 Crash using versioning plugin functions after plugin was removed f...Aleksey Midenkov2021-04-271-0/+15
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-311-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-311-3/+35
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-311-3/+35
| | |\ \ | | | |/
| | | * MDEV-13467: Feature request: Support for ST_Distance_Sphere()Anel Husakovic2021-03-271-2/+34
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+1
| | |\ \ | | | |/
| | | * MDEV-18042 Server crashes upon adding a non-null date column under NO_ZERO_DA...Nikita Malyavin2020-07-311-1/+1
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-8/+3
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-7/+7
* | | | MDEV-10569: Add RELEASE_ALL_LOCKS function. Implementing the SQLDaniel-Solo2020-02-271-0/+22
* | | | Part2: MDEV-20837 Add MariaDB_FUNCTION_PLUGINAlexander Barkov2019-10-161-94/+34
* | | | Part1: MDEV-20837 Add MariaDB_FUNCTION_PLUGINAlexander Barkov2019-10-161-0/+22
* | | | MDEV-20768 Turn INET functions into a function collection pluginAlexander Barkov2019-10-071-189/+5
* | | | MDEV-20764 Add MariaDB_FUNCTION_COLLECTION_PLUGINAlexander Barkov2019-10-071-17/+97
* | | | A cleanup `MDEV-19994 Add class Function_collection` (buildbot warnings)Alexander Barkov2019-07-101-6/+9
* | | | MDEV-20004 Move Field_geom from field.cc to sql_type_geom.ccAlexander Barkov2019-07-091-0/+1
* | | | MDEV-19994 Add class Function_collectionAlexander Barkov2019-07-091-1762/+14
* | | | MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_f...Alexander Barkov2019-05-261-2/+2
* | | | MDEV-19566 Remove Item::name related strlen() calls in constructors of some I...Alexander Barkov2019-05-231-3/+3
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+40
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2019-05-171-0/+39
| |\ \ | | |/
| | * MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-171-0/+39
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-1/+1
* | | | | Galera4Brave Galera Crew2019-01-231-0/+101
* | | | | Fixed ASAN failure for the test main.func_miscbb-10.4-16722Varun Gupta2018-08-241-1/+20