mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_field
This commit is contained in:
@@ -6388,8 +6388,8 @@ Item *create_view_field(THD *thd, TABLE_LIST *view, Item **field_ref,
|
||||
&view->view->first_select_lex()->context:
|
||||
&thd->lex->first_select_lex()->context);
|
||||
Item *item= (new (thd->mem_root)
|
||||
Item_direct_view_ref(thd, context, field_ref, view->alias.str,
|
||||
name, view));
|
||||
Item_direct_view_ref(thd, context, field_ref, view->alias,
|
||||
*name, view));
|
||||
if (!item)
|
||||
return NULL;
|
||||
/*
|
||||
|
Reference in New Issue
Block a user