summaryrefslogtreecommitdiffstats
path: root/sql/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sql/protocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/protocol.h b/sql/protocol.h
index 4fdfde3e..09dbdfbd 100644
--- a/sql/protocol.h
+++ b/sql/protocol.h
@@ -229,9 +229,9 @@ public:
#ifdef EMBEDDED_LIBRARY
void remove_last_row() override;
#endif
- virtual bool store_field_metadata(const THD *thd, const Send_field &field,
- CHARSET_INFO *charset_for_protocol,
- uint pos);
+ bool store_field_metadata(const THD *thd, const Send_field &field,
+ CHARSET_INFO *charset_for_protocol,
+ uint pos);
bool store_item_metadata(THD *thd, Item *item, uint pos);
bool store_field_metadata_for_list_fields(const THD *thd, Field *field,
const TABLE_LIST *table_list,