[MDEV-20174] Remove the JSON_MERGE function Created: 2019-07-25  Updated: 2023-05-24  Resolved: 2023-05-24

Status: Closed
Project: MariaDB Server
Component/s: JSON
Fix Version/s: 11.0.1

Type: Task Priority: Minor
Reporter: Alexey Botchkov Assignee: Rucha Deodhar
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Problem/Incident
is caused by MDEV-13992 Implement JSON_MERGE_PATCH Closed

 Description   

It's time to retire the JSON_MERGE function (as a synonim for JSON_MERGE_PRESERVE).



 Comments   
Comment by Sergei Golubchik [ 2019-08-05 ]

why not to keep it as an alias?

Comment by Weijun Huang [ 2022-11-21 ]

Does this task still need to handle? If so, I am willing to do it.

Comment by Weijun Huang [ 2023-04-10 ]

This ticket can be considered closed, as in version 11.0, JSON_MERGE is now an alias of JSON_MERGE_PRESERVE.

  { { STRING_WITH_LEN("JSON_MERGE") }, BUILDER(Create_func_json_merge)},
  { { STRING_WITH_LEN("JSON_MERGE_PATCH") }, BUILDER(Create_func_json_merge_patch)},
  { { STRING_WITH_LEN("JSON_MERGE_PRESERVE") }, BUILDER(Create_func_json_merge)},

Generated at Thu Feb 08 08:57:24 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.