diff options
Diffstat (limited to 'storage/innobase/handler/handler0alter.cc')
-rwxr-xr-x | storage/innobase/handler/handler0alter.cc | 3 |
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 |