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:
@ -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);
|
||||
|
Reference in New Issue
Block a user