mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
This commit is contained in:
@ -65,6 +65,7 @@ class in_vector;
|
||||
class Type_handler_hybrid_field_type;
|
||||
class Sort_param;
|
||||
class Arg_comparator;
|
||||
class Spvar_definition;
|
||||
struct st_value;
|
||||
class Protocol;
|
||||
class handler;
|
||||
@ -688,6 +689,10 @@ public:
|
||||
type_handler_adjusted_to_max_octet_length(uint max_octet_length,
|
||||
CHARSET_INFO *cs) const
|
||||
{ return this; }
|
||||
virtual bool adjust_spparam_type(Spvar_definition *def, Item *from) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
virtual ~Type_handler() {}
|
||||
/**
|
||||
Determines MariaDB traditional data types that always present
|
||||
@ -2523,6 +2528,7 @@ public:
|
||||
const Record_addr &addr,
|
||||
const Type_all_attributes &attr,
|
||||
TABLE *table) const;
|
||||
bool adjust_spparam_type(Spvar_definition *def, Item *from) const;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user