Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.5
-
Fix Version/s: 10.5.7
-
Component/s: JSON
-
Labels:None
Description
I see this in item_jsonfunc.cc:
void Item_func_json_objectagg::print(String *str, enum_query_type query_type) |
{
|
}
|
If I understand the code correctly, this will break at least:
- VIEW processing
- EXPLAIN EXTENDED
- etc