Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
1) JSON_MERGE is listed as deprecated in MySQL (replaced by JSON_MERGE_PRESERVE), but is still in MariaDB.
2) RFC 7396 compliant JSON merging is missing from MariaDB.
MySQL 8.0 reference:
https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html#function_json-merge-patch
MySQL 5.7.22 reference;
https://mysqlserverteam.com/new-json-functions-in-mysql-5-7-22/
RFC 7396:
https://tools.ietf.org/html/rfc7396
Attachments
Issue Links
- causes
-
MDEV-20174 Remove the JSON_MERGE function
- Closed
- relates to
-
MDEV-17397 Implement JSON functions available in MySQL 8.0 but not MariaDB
- Open
-
MDEV-20173 Document the JSON_MERGE_PATCH / JSON_MERGE_PRESERVE functions.
- Closed