diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-12-30 13:55:47 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2016-12-30 13:55:47 +0400 |
commit | b6aa3d2add80ed85e35a18b93e77c9079dfce855 (patch) | |
tree | f222d2fe8cdcd150f56ee29b710dd02ce8b6d024 /sql/item_sum.h | |
parent | 09615ca7575b51c9fd750edd3358edc56445e006 (diff) | |
parent | 970f17cbfc8825a39d10a6dec0bb7d8c432a9b3e (diff) | |
download | mariadb-git-b6aa3d2add80ed85e35a18b93e77c9079dfce855.tar.gz |
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
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 59d75871354..57750693515 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -1200,7 +1200,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); } bool check_vcol_func_processor(void *arg) { |