Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5
-
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