mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.7 into 10.8
This commit is contained in:
@ -11465,6 +11465,8 @@ copy_data_between_tables(THD *thd, TABLE *from, TABLE *to,
|
||||
if (!(*ptr)->vcol_info)
|
||||
{
|
||||
bitmap_set_bit(from->read_set, def->field->field_index);
|
||||
if ((*ptr)->check_assignability_from(def->field))
|
||||
goto err;
|
||||
(copy_end++)->set(*ptr,def->field,0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user