diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-09-21 09:13:33 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2016-09-21 09:13:33 +0400 |
commit | ec7e0b7b30ecd301da5990495cdf18b39425a7c6 (patch) | |
tree | 59140cd2c4c758b2d5082029b78696cd641f0f01 /sql/item_sum.h | |
parent | 8b51bacfd63ffcffa06e2815dd5ee72a45b5de79 (diff) | |
download | mariadb-git-ec7e0b7b30ecd301da5990495cdf18b39425a7c6.tar.gz |
MDEV-10556 Assertion `0' failed in virtual void Item_sum_field::set_result_field(Field*)
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); } }; |