summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_json.result
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2022-09-211-5/+5
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-09-201-5/+5
| |\
| | * Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-5/+5
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-09-131-5/+5
| | | |\
| | | | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-5/+5
* | | | | Merge 10.8 into 10.9Marko Mäkelä2022-08-291-1/+43
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-08-221-0/+27
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-08-221-0/+27
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2022-08-221-0/+27
| | | |\ \ | | | | |/
| | | | * Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-08-151-0/+27
| | | | |\
| | | | | * MDEV-27151: JSON_VALUE() does not parse NULL properties properlyRucha Deodhar2022-08-111-0/+27
| * | | | | Merge branch '10.6' into bb-10.6-releaseOleksandr Byelkin2022-08-151-1/+16
| |\ \ \ \ \
| | * | | | | MDEV-29264: JSON function overflow error based on LONGTEXT fieldqggcs2022-08-131-1/+16
| * | | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-101-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Merge branch '10.4' into 10.5mariadb-10.5.17Oleksandr Byelkin2022-08-101-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.3' into bb-10.4-releasemariadb-10.4.26Oleksandr Byelkin2022-08-101-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_type...Sergei Golubchik2022-08-101-2/+2
| | | | |/
* | | | | Merge branch '10.9' into bb-10.9-releaseOleksandr Byelkin2022-08-151-0/+11
|\ \ \ \ \
| * | | | | MDEV-29212: json_overlaps() does not check nested key-value pair correctlyRucha Deodhar2022-08-111-0/+11
* | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-091-0/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-08-081-0/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-0/+11
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-031-0/+11
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-021-0/+11
| | | | |\ \ | | | | | |/
| | | | | * MDEV-29188 Crash in JSON_EXTRACTOleksandr Byelkin2022-07-291-0/+11
* | | | | | MDEV-28326: Server crashes in json_path_parts_compareRucha Deodhar2022-04-261-0/+6
* | | | | | Fixing merge conflicts for 10.9 json task and related bugsRucha Deodhar2022-04-151-1124/+20
* | | | | | MDEV-28072: JSON_EXTRACT has inconsistent behavior with '0' value in jsonRucha Deodhar2022-04-151-1/+86
* | | | | | MDEV-28071: JSON_EXISTS returns always 1 if it is used range notation forRucha Deodhar2022-04-151-5/+1084
* | | | | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-151-0/+189
* | | | | | MDEV-27972: Unexpected behavior with negative zero (-0) inRucha Deodhar2022-04-131-0/+16
* | | | | | MDEV-22224: Support JSON Path negative indexRucha Deodhar2022-04-131-0/+262
* | | | | | MDEV-27990: Incorrect behavior of JSON_OVERLAPS() on warningRucha Deodhar2022-03-301-1/+6
* | | | | | MDEV-27677: Implement JSON_OVERLAPS()Rucha Deodhar2022-03-301-0/+320
|/ / / / /
* | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-0/+27
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-0/+27
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+18
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-0/+18
| | | |\ \ | | | | |/
| | | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-0/+18
| | * | | MDEV-27018 IF and COALESCE lose "json" propertybb-10.5-bar-MDEV-27018Alexander Barkov2022-01-211-0/+9
* | | | | UUID() function should return UUID, not VARCHAR(36)Sergei Golubchik2021-10-291-2/+2
|/ / / /
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-0/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-0/+6
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-10-211-0/+6
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-211-0/+6
| * | | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, the squar...Sergei Golubchik2021-07-021-1/+1
* | | | MDEV-26054 Server crashes in Item_func_json_arrayagg::get_str_from_fieldSergei Golubchik2021-06-301-0/+11
* | | | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, the squar...Sergei Golubchik2021-06-301-1/+1
* | | | fix JSON_ARRAYAGG not to over-quote json in joinsSergei Golubchik2021-06-301-3/+3
|/ / /
* | | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, theAlexey Botchkov2021-06-281-0/+16