mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-11833 JSON functions don't seem to respect max_allowed_packet.
Now let's check JSON length to fit the max_allowed packet.
This commit is contained in:
@ -216,6 +216,7 @@ class Item_func_json_array: public Item_str_func
|
||||
{
|
||||
protected:
|
||||
String tmp_val;
|
||||
ulong result_limit;
|
||||
public:
|
||||
Item_func_json_array(THD *thd):
|
||||
Item_str_func(thd) {}
|
||||
|
Reference in New Issue
Block a user