diff options
author | Igor Babaev <igor@askmonty.org> | 2019-02-13 14:59:34 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2019-02-13 14:59:34 -0800 |
commit | 7d9f45e0729ea9b2f572cfb4023b28c16ab11145 (patch) | |
tree | 040e8f220c289652612c6cda14d277435c25ac49 /sql/sql_table.cc | |
parent | 62fad4e8e964786cd1c8d675f3c071a405a8d187 (diff) | |
parent | a081a998a62eb0663b5691d0b5c0607465f15c0f (diff) | |
download | mariadb-git-bb-10.4-mdev17096.tar.gz |
Merge branch '10.4' into bb-10.4-mdev17096bb-10.4-mdev17096
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 8086950ea5b..24ba12b9323 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -6615,6 +6615,9 @@ static bool fill_alter_inplace_info(THD *thd, */ ha_alter_info->handler_flags|= ALTER_COLUMN_EQUAL_PACK_LENGTH; break; + case IS_EQUAL_PACK_LENGTH_EXT: + ha_alter_info->handler_flags|= ALTER_COLUMN_EQUAL_PACK_LENGTH_EXT; + break; default: DBUG_ASSERT(0); /* Safety. */ |