From 8b1f145c82d5afce40c8c2745aae2997501112e7 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 26 Aug 2017 00:32:43 +0200 Subject: cleanup Item_func_format::print() was redundant and other changes --- sql/item_timefunc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sql/item_timefunc.h') diff --git a/sql/item_timefunc.h b/sql/item_timefunc.h index 77b596c9eba..b0a083bf24f 100644 --- a/sql/item_timefunc.h +++ b/sql/item_timefunc.h @@ -199,7 +199,6 @@ public: } bool check_vcol_func_processor(void *arg) { - return mark_unsupported_function(func_name(), "()", arg, VCOL_SESSION_FUNC); } Item *get_copy(THD *thd, MEM_ROOT *mem_root) @@ -693,8 +692,7 @@ public: virtual void store_now_in_TIME(THD *thd, MYSQL_TIME *now_time)=0; bool check_vcol_func_processor(void *arg) { - return mark_unsupported_function(func_name(), "()", arg, - VCOL_TIME_FUNC); + return mark_unsupported_function(func_name(), "()", arg, VCOL_TIME_FUNC); } }; -- cgit v1.2.1