From ec7e0b7b30ecd301da5990495cdf18b39425a7c6 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Wed, 21 Sep 2016 09:13:33 +0400 Subject: MDEV-10556 Assertion `0' failed in virtual void Item_sum_field::set_result_field(Field*) --- sql/item_sum.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/item_sum.h') diff --git a/sql/item_sum.h b/sql/item_sum.h index 8568eaae907..7ad037c046b 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -1084,7 +1084,6 @@ public: fixed= true; } table_map used_tables() const { return (table_map) 1L; } - void set_result_field(Field *) { DBUG_ASSERT(0); } void save_in_result_field(bool no_conversions) { DBUG_ASSERT(0); } }; -- cgit v1.2.1