503
481
char_length, &well_formed_error);
504
482
if (length < from_length)
507
485
copy->to_field->set_warning(DRIZZLE_ERROR::WARN_LEVEL_WARN,
508
486
ER_WARN_DATA_TRUNCATED, 1);
510
488
int2store(copy->to_ptr, length);
511
489
memcpy(copy->to_ptr+HA_KEY_BLOB_LENGTH, from_beg, length);
515
493
/***************************************************************************
516
494
** The different functions that fills in a Copy_field class