mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-11433 JSON_MERGE returns a non-NULL result with a NULL argument.
Item_func_json_merge fixed.
This commit is contained in:
@ -278,7 +278,7 @@ public:
|
||||
class Item_func_json_merge: public Item_func_json_array
|
||||
{
|
||||
protected:
|
||||
String tmp_val;
|
||||
String tmp_js1, tmp_js2;
|
||||
public:
|
||||
Item_func_json_merge(THD *thd, List<Item> &list):
|
||||
Item_func_json_array(thd, list) {}
|
||||
|
Reference in New Issue
Block a user