summaryrefslogtreecommitdiff
path: root/sql/item_jsonfunc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MDEV-12854 Synchronize CREATE..SELECT data type and result set metadata data ...Alexander Barkov2017-05-201-15/+14
|/
* MDEV-11833 JSON functions don't seem to respect max_allowed_packet.Alexey Botchkov2017-03-141-0/+1
* MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-1/+1
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-141-13/+2
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-141-2/+3
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-0/+26
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-241-0/+1
* MDEV-11573 JSON_LENGTH returns incorrect results.Alexey Botchkov2016-12-241-6/+8
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-111-5/+3
* MDEV-11433 JSON_MERGE returns a non-NULL result with a NULL argument.Alexey Botchkov2016-12-061-1/+1
* MDEV-11444 Server crashes in String::ptr / Item_func_json_depth::val_int.Alexey Botchkov2016-12-031-5/+1
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-11-151-0/+129
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-191-0/+304