From 2bbee0e1ecc1d71cc7ca890d70e101a69955e5d9 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Tue, 31 Jul 2018 10:09:53 +0400 Subject: MDEV-16861 Split Item::update_null_value() into a new virtual method in Type_handler --- sql/item_strfunc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sql/item_strfunc.h') diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index 29af0b43d9d..7c4ab93dc80 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -67,11 +67,6 @@ public: const Type_handler *type_handler() const { return string_type_handler(); } void left_right_max_length(); bool fix_fields(THD *thd, Item **ref); - void update_null_value() - { - StringBuffer tmp; - (void) val_str(&tmp); - } }; -- cgit v1.2.1