summaryrefslogtreecommitdiff
path: root/sql/item_jsonfunc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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