From 61822a9b5fa2a409db269e5cba3f5bb5b11aa402 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 2 Sep 2020 20:51:39 +0300 Subject: [PATCH] Removed not used Item_type_holder() function --- sql/item.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sql/item.h b/sql/item.h index 0686d01f655..f6eaee64cc1 100644 --- a/sql/item.h +++ b/sql/item.h @@ -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,