mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -7247,7 +7247,7 @@ static bool fill_alter_inplace_info(THD *thd, TABLE *table, bool varchar,
|
||||
bool is_equal= field->is_equal(*new_field);
|
||||
if (!is_equal)
|
||||
{
|
||||
if (field->can_be_converted_by_engine(*new_field))
|
||||
if (field->table->file->can_convert_nocopy(*field, *new_field))
|
||||
{
|
||||
/*
|
||||
New column type differs from the old one, but storage engine can
|
||||
|
Reference in New Issue
Block a user