From 012e3e7e4e9929d7c40e9f98b277ad5456a4581c Mon Sep 17 00:00:00 2001 From: Aleksey Midenkov Date: Tue, 1 Nov 2016 14:24:18 +0000 Subject: [PATCH] Comment: reminder for merging HIDDEN feature (closes #38) --- sql/sql_base.cc | 1 + 1 file changed, 1 insertion(+) 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);