diff options
Diffstat (limited to 'sql/field.cc')
-rw-r--r-- | sql/field.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/field.cc b/sql/field.cc index c7f63282f0f..9daf3e2bfc0 100644 --- a/sql/field.cc +++ b/sql/field.cc @@ -10889,8 +10889,6 @@ Column_definition::Column_definition(THD *thd, Field *old_field, type_handler()->Column_definition_reuse_fix_attributes(thd, this, old_field); - type_handler()->Column_definition_implicit_upgrade(this); - /* Copy the default (constant/function) from the column object orig_field, if supplied. We do this if all these conditions are met: |