summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc3
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. */