Files
Yongxin Xu fa6eaead21 MDEV-24523 Execution of JSON_REPLACE failed on Spider
JSON_REPLACE() function executed with an error on Spider SE.
This patch fixes the problem, and it also fixes the MDEV-24541.

The problem is that Item_func_json_insert::func_name() returns
the wrong function name "json_update". 
The Spider SE reconstructs a query based on the return value
in some cases. Thus, if the return value is wrong, the Spider SE
may generate a wrong query.
2021-08-05 12:21:59 +09:00
..
2021-07-29 13:51:02 +02:00
2021-08-02 11:41:00 +02:00
2021-06-21 09:07:40 +03:00
2021-07-29 13:51:02 +02:00
2021-06-21 09:07:40 +03:00
2021-07-27 10:47:17 +03:00
2021-07-22 18:57:54 +03:00
2021-07-27 10:47:17 +03:00