diff options
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 2720dddefd9..5749a37fa40 100644 --- a/sql/item.h +++ b/sql/item.h @@ -3363,6 +3363,7 @@ public: Collect outer references */ bool collect_outer_ref_processor(void *arg) override; + Item *derived_field_transformer_for_having(THD *thd, uchar *arg) override; friend bool insert_fields(THD *thd, Name_resolution_context *context, const char *db_name, const char *table_name, List_iterator<Item> *it, |