Commit 012e3e7e authored by Aleksey Midenkov's avatar Aleksey Midenkov

Comment: reminder for merging HIDDEN feature (closes #38)

parent 4cfc5dc8
......@@ -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_field *>(item);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment