Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | MDEV-24909 JSON functions don't respect KILL QUERY / max_statement_time limit | Sergei Golubchik | 2022-01-30 | 1 | -0/+2 | |
| * | | | | cleanup: move the common code into the function | Sergei Golubchik | 2022-01-30 | 1 | -21/+4 | |
* | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2021-10-22 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-10-21 | 1 | -0/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-10-21 | 1 | -0/+1 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-10-21 | 1 | -0/+1 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-10-21 | 1 | -0/+1 | |
| | | | |\ | ||||||
| | | | | * | MDEV-24585 Assertion `je->s.cs == nice_js->charset()' failed in json_nice.bb-10.2-mdev-24585-hf | Alexey Botchkov | 2021-10-19 | 1 | -0/+1 | |
* | | | | | | Fix json_normalize asan | Vicențiu Ciorbaru | 2021-08-06 | 1 | -3/+3 | |
* | | | | | | MDEV-23143 Add JSON_EQUALS function | Eric Herman | 2021-07-21 | 1 | -0/+60 | |
* | | | | | | MDEV-16375 Function to normalize a json value | Eric Herman | 2021-07-21 | 1 | -0/+45 | |
* | | | | | | fix json typo s/UNINITALIZED/UNINITIALIZED/ | Eric Herman | 2021-07-21 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | MDEV-26054 Server crashes in Item_func_json_arrayagg::get_str_from_field | Sergei Golubchik | 2021-06-30 | 1 | -2/+2 | |
* | | | | | fix JSON_ARRAYAGG not to over-quote json in joins | Sergei Golubchik | 2021-06-30 | 1 | -2/+2 | |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-06-29 | 1 | -0/+6 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, the | Alexey Botchkov | 2021-06-28 | 1 | -0/+6 | |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -55/+55 | |
* | | | | | Split item->flags into base_flags and with_flags | Monty | 2021-05-19 | 1 | -20/+18 | |
* | | | | | Change bitfields in Item to an uint16 | Michael Widenius | 2021-05-19 | 1 | -30/+30 | |
* | | | | | Revert MDEV-14517 Cleanup for Item::with_subselect | Michael Widenius | 2021-05-19 | 1 | -1/+1 | |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-04-21 | 1 | -3/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-21 | 1 | -3/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix all warnings given by UBSAN | Monty | 2021-04-20 | 1 | -3/+2 | |
* | | | | | MDEV-17399 Add support for JSON_TABLE. | Alexey Botchkov | 2021-04-21 | 1 | -17/+28 | |
* | | | | | Fix several typos in sql/item_jsonfunc.cc | Hollow Man | 2021-03-11 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-10-30 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-29 | 1 | -0/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-10-28 | 1 | -0/+2 | |
| | |\ \ | | | |/ | ||||||
| | | * | MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds). | Alexey Botchkov | 2020-10-22 | 1 | -0/+2 | |
* | | | | MDEV-23437 Item_func_json_objectagg::print is not implemented. | Alexey Botchkov | 2020-10-24 | 1 | -4/+2 | |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-07-02 | 1 | -0/+35 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-07-02 | 1 | -0/+35 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-07-02 | 1 | -0/+35 | |
| | |\ \ | | | |/ | ||||||
| | | * | MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean values | Alexander Barkov | 2020-06-22 | 1 | -0/+35 | |
* | | | | MDEV-23029: JSON_OBJECTAGG returns NULL when used together with GROUP BY | Varun Gupta | 2020-06-29 | 1 | -0/+1 | |
* | | | | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len. | Alexey Botchkov | 2020-06-15 | 1 | -0/+18 | |
* | | | | MDEV-22011: DISTINCT with JSON_ARRAYAGG gives wrong results | Varun Gupta | 2020-06-12 | 1 | -2/+2 | |
* | | | | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit... | Alexey Botchkov | 2020-06-04 | 1 | -3/+62 | |
* | | | | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values. | Alexey Botchkov | 2020-06-04 | 1 | -4/+4 | |
* | | | | MDEV-22236 JSON_ARRAYAGG query leads to SIGSEGV in Charset::swap on optimized... | Alexey Botchkov | 2020-04-28 | 1 | -7/+8 | |
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFO | Alexander Barkov | 2020-01-28 | 1 | -10/+8 | |
* | | | | MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG. | Alexey Botchkov | 2019-10-14 | 1 | -0/+116 | |
* | | | | MDEV-16620: Add JSON_ARRAYAGG function | Markus Mäkelä | 2019-07-04 | 1 | -0/+22 | |
* | | | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3 | Alexander Barkov | 2019-06-28 | 1 | -8/+8 | |
* | | | | MDEV-19888 Add abstract class Item_json_func | Alexander Barkov | 2019-06-28 | 1 | -50/+45 | |
|/ / / | ||||||
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -0/+325 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-05-17 | 1 | -0/+325 | |
| |\ \ | | |/ | ||||||
| | * | MDEV-13992 Implement JSON_MERGE_PATCH. | Alexey Botchkov | 2019-05-17 | 1 | -0/+325 | |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-20 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -2/+2 | |
| |\ \ | | |/ |