summaryrefslogtreecommitdiff
path: root/sql/item_jsonfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-10-211-0/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-10-211-0/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-10-211-0/+1
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-211-0/+1
| | | |\
| | | | * MDEV-24585 Assertion `je->s.cs == nice_js->charset()' failed in json_nice.bb-10.2-mdev-24585-hfAlexey Botchkov2021-10-191-0/+1
* | | | | MDEV-26054 Server crashes in Item_func_json_arrayagg::get_str_from_fieldSergei Golubchik2021-06-301-2/+2
* | | | | fix JSON_ARRAYAGG not to over-quote json in joinsSergei Golubchik2021-06-301-2/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-291-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, theAlexey Botchkov2021-06-281-0/+6
* | | | | Reduce usage of strlen()Monty2021-05-191-55/+55
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-20/+18
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-30/+30
* | | | | Revert MDEV-14517 Cleanup for Item::with_subselectMichael Widenius2021-05-191-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-3/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix all warnings given by UBSANMonty2021-04-201-3/+2
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-17/+28
* | | | | Fix several typos in sql/item_jsonfunc.ccHollow Man2021-03-111-4/+4
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-0/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-281-0/+2
| | |\ \ | | | |/
| | | * MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds).Alexey Botchkov2020-10-221-0/+2
* | | | MDEV-23437 Item_func_json_objectagg::print is not implemented.Alexey Botchkov2020-10-241-4/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-0/+35
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-0/+35
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+35
| | |\ \ | | | |/
| | | * MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean valuesAlexander Barkov2020-06-221-0/+35
* | | | MDEV-23029: JSON_OBJECTAGG returns NULL when used together with GROUP BYVarun Gupta2020-06-291-0/+1
* | | | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-151-0/+18
* | | | MDEV-22011: DISTINCT with JSON_ARRAYAGG gives wrong resultsVarun Gupta2020-06-121-2/+2
* | | | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit...Alexey Botchkov2020-06-041-3/+62
* | | | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values.Alexey Botchkov2020-06-041-4/+4
* | | | MDEV-22236 JSON_ARRAYAGG query leads to SIGSEGV in Charset::swap on optimized...Alexey Botchkov2020-04-281-7/+8
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-10/+8
* | | | MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG.Alexey Botchkov2019-10-141-0/+116
* | | | MDEV-16620: Add JSON_ARRAYAGG functionMarkus Mäkelä2019-07-041-0/+22
* | | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-8/+8
* | | | MDEV-19888 Add abstract class Item_json_funcAlexander Barkov2019-06-281-50/+45
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+325
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2019-05-171-0/+325
| |\ \ | | |/
| | * MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-171-0/+325
* | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-2/+2
| |\ \ | | |/
| | * post-merge: gcc 8 warningsSergei Golubchik2019-03-151-2/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2019-03-121-2/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-03-121-2/+3
| |\ \ | | |/
| | * MDEV-18886 JSON_ARRAY() does not recognise JSON argument.Alexey Botchkov2019-03-121-2/+3
* | | json helpersSergei Golubchik2018-12-121-7/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2018-11-191-0/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-0/+1
| |\ \ | | |/