Commit 61822a9b authored by Monty's avatar Monty Committed by Sergei Golubchik

Removed not used Item_type_holder() function

parent 60335ba1
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment