diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 090133b72ed..6d288483818 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -7568,6 +7568,7 @@ insert_fields(THD *thd, Name_resolution_context *context, const char *db_name, if (!(item= field_iterator.create_item(thd))) DBUG_RETURN(TRUE); + /* This will be deprecated when HIDDEN feature will come to MariaDB. */ if (item->type() == Item::FIELD_ITEM) { Item_field *f= static_cast(item);