Skip to content

Commit

Permalink
Merge branch '10.5' into 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sanja-byelkin committed Feb 4, 2022
2 parents 82f5981 + ad3ac55 commit d87979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_type_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Type_handler_general_purpose_string_to_json:
}

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
}
Expand Down

0 comments on commit d87979b

Please sign in to comment.