From 2cf52736de39c8b199e2cd1c33e189b8070d6e9d Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Fri, 4 Feb 2022 09:54:45 +0100 Subject: [PATCH] Fix for clang compilation --- sql/sql_type_json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_type_json.h b/sql/sql_type_json.h index 4a394809a06..4e1f0a50241 100644 --- a/sql/sql_type_json.h +++ b/sql/sql_type_json.h @@ -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 }