summaryrefslogtreecommitdiff
path: root/sql/item_jsonfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30677: Incorrect result for "SELECT JSON_SCHEMA_VALID('{}', NULL)"HEAD11.1Rucha Deodhar2023-05-031-0/+1
* MDEV-27128: Implement JSON Schema Validation FUNCTIONRucha Deodhar2023-04-261-1/+30
* MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec()Rucha Deodhar2022-03-301-23/+23
* MDEV-27677: Implement JSON_OVERLAPS()Rucha Deodhar2022-03-301-0/+32
* Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-11/+9
|\
| * Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-11/+9
| |\
| | * MDEV-27018 IF and COALESCE lose "json" propertybb-10.5-bar-MDEV-27018Alexander Barkov2022-01-211-11/+8
* | | Merge 10.6 into 10.7Marko Mäkelä2021-08-191-2/+2
|\ \ \ | |/ /
| * | Merge 10.5 to 10.6Marko Mäkelä2021-08-191-2/+2
| |\ \ | | |/
| | * Merge 10.4 into 10.5Marko Mäkelä2021-08-181-1/+1
| | |\
| | | * MDEV-24523 Execution of JSON_REPLACE failed on SpiderYongxin Xu2021-08-051-1/+1
* | | | MDEV-23143 Add JSON_EQUALS functionEric Herman2021-07-211-0/+17
* | | | MDEV-16375 Function to normalize a json valueEric Herman2021-07-211-0/+18
|/ / /
* | | Merge 10.5 into 10.6Marko Mäkelä2021-06-291-10/+10
|\ \ \ | |/ /
| * | MDEV-22640 fixup: clang -Winconsistent-missing-overrideMarko Mäkelä2021-06-291-31/+29
| * | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, theAlexey Botchkov2021-06-281-3/+5
* | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-100/+101
* | | Reduce usage of strlen()Monty2021-05-191-31/+126
* | | Split item->flags into base_flags and with_flagsMonty2021-05-191-1/+1
* | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-1/+1
* | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-0/+7
|/ /
* | MDEV-23437 Item_func_json_objectagg::print is not implemented.Alexey Botchkov2020-10-241-2/+1
* | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-0/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+1
| |\
| | * MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean valuesAlexander Barkov2020-06-221-0/+1
* | | MDEV-23029: JSON_OBJECTAGG returns NULL when used together with GROUP BYVarun Gupta2020-06-291-0/+1
* | | MDEV-22837 JSON_ARRAYAGG and JSON_OBJECTAGG treat JSON arguments as text.Alexey Botchkov2020-06-151-0/+1
* | | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-151-1/+2
* | | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit...Alexey Botchkov2020-06-041-3/+5
* | | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values.Alexey Botchkov2020-06-041-6/+9
* | | MDEV-21915 Server crashes in copy_fields,Item_func_group_concat::add …Alexey Botchkov2020-04-291-1/+1
* | | MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-101-0/+11
* | | MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG.Alexey Botchkov2019-10-141-1/+54
* | | MDEV-16620: Add JSON_ARRAYAGG functionMarkus Mäkelä2019-07-041-0/+28
* | | Remove the most annoying clang-cl warningsVladislav Vaintroub2019-06-301-8/+8
* | | MDEV-19888 Add abstract class Item_json_funcAlexander Barkov2019-06-281-23/+78
|/ /
* | Merge branch '10.2' into 10.3Sergei Golubchik2019-05-171-1/+11
|\ \ | |/
| * MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-171-1/+13
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+1
|\ \ | |/
| * MDEV-17018 JSON_SEARCH and User-Defined Variables.Alexey Botchkov2018-09-121-1/+1
* | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-19/+21
|\ \ | |/
| * MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-18/+20
* | Remove not used mem_root argument from build_clone(), get_copy() and get_item...Michael Widenius2017-11-231-44/+44
* | MDEV-13967 Parameter data type control for Item_long_funcAlexander Barkov2017-10-011-0/+8
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-09-131-0/+1
|\ \ | |/
| * MDEV-12877 Wrong result from JSON native function.Alexey Botchkov2017-09-121-0/+1
| * MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-111-2/+4
* | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-111-2/+4
* | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-08-091-1/+3
|\ \ | |/
| * MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-081-1/+3