1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

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

This commit is contained in:
Aleksey Midenkov
2016-11-01 14:24:18 +00:00
parent 4cfc5dc814
commit 012e3e7e4e

View File

@ -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);