Removed not used Item_type_holder() function
This commit is contained in:
parent
60335ba16c
commit
61822a9b5f
@ -7415,14 +7415,6 @@ class Item_type_holder: public Item,
|
||||
protected:
|
||||
const TYPELIB *enum_set_typelib;
|
||||
public:
|
||||
Item_type_holder(THD *thd, Item *item)
|
||||
:Item(thd, item),
|
||||
Type_handler_hybrid_field_type(item->real_type_handler()),
|
||||
enum_set_typelib(0)
|
||||
{
|
||||
DBUG_ASSERT(item->is_fixed());
|
||||
maybe_null= item->maybe_null;
|
||||
}
|
||||
Item_type_holder(THD *thd,
|
||||
Item *item,
|
||||
const Type_handler *handler,
|
||||
|
Loading…
x
Reference in New Issue
Block a user