item.h:
Post fix for bug#23800. Copy the table name of an Item_outer_ref to the conventional memory. sql/item.h: Post fix for bug#23800. Copy the table name of an Item_outer_ref to the conventional memory.
This commit is contained in:
parent
9d142a6d80
commit
84e6892719
@ -1968,6 +1968,7 @@ public:
|
|||||||
outer_field_arg->field_name),
|
outer_field_arg->field_name),
|
||||||
outer_field(outer_field_arg)
|
outer_field(outer_field_arg)
|
||||||
{
|
{
|
||||||
|
table_name= my_strdup(outer_field_arg->table_name, MYF(MY_WME));
|
||||||
ref= (Item**)&outer_field;
|
ref= (Item**)&outer_field;
|
||||||
set_properties();
|
set_properties();
|
||||||
fixed= 0;
|
fixed= 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user