-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: JSON
-
Labels:
*strong text*As documented in https://mariadb.com/kb/en/library/function-differences-between-mariadb-103-and-mysql-80 MySQL 8.0 has quite a few JSON functions not available in MariaDB:
JSON_ARRAYAGG (in MDEV-16620)
JSON_OBJECTAGG (in MDEV-16620)
JSON_MERGE_PATCH (in MDEV-13992) (done for 10.2+)
JSON_MERGE_PRESERVE (in MDEV-13992) (done for 10.2+)
JSON_TABLE (in MDEV-17399)
JSON_PRETTY
JSON_STORAGE_FREE
JSON_STORAGE_SIZE
JSON_OVERLAPS
The lack of these can cause problems for some MySQL users wanting to use MariaDB.
- relates to
-
MDEV-13992 Implement JSON_MERGE_PATCH
-
- Closed
-
-
MDEV-16620 Add support for JSON_ARRAYAGG and JSON_OBJECTAGG
-
- Closed
-
-
MDEV-17399 Add support for JSON_TABLE
-
- In Review
-