mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
item.cc, item.h:
Post fix for bug#23800. sql/item.h: Post fix for bug#23800. sql/item.cc: Post fix for bug#23800.
This commit is contained in:
parent
84e6892719
commit
90d4f80922
2 changed files with 1 additions and 1 deletions
|
@ -5497,6 +5497,7 @@ bool Item_outer_ref::fix_fields(THD *thd, Item **reference)
|
|||
if (!outer_field->fixed &&
|
||||
(outer_field->fix_fields(thd, reference)))
|
||||
return TRUE;
|
||||
table_name= outer_field->table_name;
|
||||
return Item_direct_ref::fix_fields(thd, reference);
|
||||
}
|
||||
|
||||
|
|
|
@ -1968,7 +1968,6 @@ public:
|
|||
outer_field_arg->field_name),
|
||||
outer_field(outer_field_arg)
|
||||
{
|
||||
table_name= my_strdup(outer_field_arg->table_name, MYF(MY_WME));
|
||||
ref= (Item**)&outer_field;
|
||||
set_properties();
|
||||
fixed= 0;
|
||||
|
|
Loading…
Reference in a new issue