Skip to content

Commit d87979b

Browse files
committed
Merge branch '10.5' into 10.6
2 parents 82f5981 + ad3ac55 commit d87979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_type_json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Type_handler_general_purpose_string_to_json:
8181
}
8282

8383
bool Item_append_extended_type_info(Send_field_extended_metadata *to,
84-
const Item *item) const
84+
const Item *item) const override
8585
{
8686
return set_format_name(to); // Send "format=json" in the protocol
8787
}

0 commit comments

Comments
 (0)