mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19125 Change Send_field::type from enum_field_types to Type_handler*
This commit is contained in:
@ -59,10 +59,6 @@ public:
|
||||
virtual void set(longlong nr)=0;
|
||||
const Type_handler *type_handler() const=0;
|
||||
void set(const char *str) { set(str,(uint) strlen(str), default_charset()); }
|
||||
void make_send_field(THD *thd, Send_field *tmp_field)
|
||||
{
|
||||
init_make_send_field(tmp_field,field_type());
|
||||
}
|
||||
unsigned int size_of() { return sizeof(*this);}
|
||||
bool check_vcol_func_processor(void *arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user