summaryrefslogtreecommitdiff
path: root/storage/innobase/handler
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/handler')
-rwxr-xr-xstorage/innobase/handler/handler0alter.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/innobase/handler/handler0alter.cc b/storage/innobase/handler/handler0alter.cc
index 997b517ade9..572ef18da32 100755
--- a/storage/innobase/handler/handler0alter.cc
+++ b/storage/innobase/handler/handler0alter.cc
@@ -369,8 +369,7 @@ add_metadata:
(&instant_table->instant
->dropped[d++])
dict_col_t(old_table->cols[i]);
- drop->dropped = true;
- drop->ind = 0;
+ drop->set_dropped();
}
}
#ifndef DBUG_OFF