mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix for clang compilation
This commit is contained in:
parent
cf63eecef4
commit
2cf52736de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue