Merge branch '10.5' into 10.6

This commit is contained in:
Oleksandr Byelkin 2022-02-04 10:01:08 +01:00
commit d87979b48c

View file

@ -81,7 +81,7 @@ public:
}
bool Item_append_extended_type_info(Send_field_extended_metadata *to,
const Item *item) const
const Item *item) const override
{
return set_format_name(to); // Send "format=json" in the protocol
}