summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-12-30 13:55:47 +0400
committerAlexander Barkov <bar@mariadb.org>2016-12-30 13:55:47 +0400
commitb6aa3d2add80ed85e35a18b93e77c9079dfce855 (patch)
treef222d2fe8cdcd150f56ee29b710dd02ce8b6d024 /sql/item_sum.h
parent09615ca7575b51c9fd750edd3358edc56445e006 (diff)
parent970f17cbfc8825a39d10a6dec0bb7d8c432a9b3e (diff)
downloadmariadb-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.h1
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)
{