mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -232,9 +232,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,
|
||||
|
Reference in New Issue
Block a user