mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
After merge fix.
This commit is contained in:
@ -13231,14 +13231,15 @@ setup_copy_fields(THD *thd, TMP_TABLE_PARAM *param,
|
|||||||
tmp= (char*) sql_alloc(field->pack_length()+2);
|
tmp= (char*) sql_alloc(field->pack_length()+2);
|
||||||
if (!tmp)
|
if (!tmp)
|
||||||
goto err;
|
goto err;
|
||||||
if (copy)
|
if (copy)
|
||||||
{
|
{
|
||||||
copy->set(tmp, item->result_field);
|
copy->set(tmp, item->result_field);
|
||||||
item->result_field->move_field(copy->to_ptr,copy->to_null_ptr,1);
|
item->result_field->move_field(copy->to_ptr,copy->to_null_ptr,1);
|
||||||
#ifdef HAVE_purify
|
#ifdef HAVE_purify
|
||||||
copy->to_ptr[copy->from_length]= 0;
|
copy->to_ptr[copy->from_length]= 0;
|
||||||
#endif
|
#endif
|
||||||
copy++;
|
copy++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ((real_pos->type() == Item::FUNC_ITEM ||
|
else if ((real_pos->type() == Item::FUNC_ITEM ||
|
||||||
|
Reference in New Issue
Block a user