Commit 2e6276e8 authored by Marko Mäkelä's avatar Marko Mäkelä

Expect fields for dropped columns to be unnamed

parent 9ab6900b
......@@ -432,9 +432,9 @@ struct ha_innobase_inplace_ctx : public inplace_alter_handler_ctx
->dropped);
DBUG_ASSERT(f.col < old_table->instant
->dropped + n_old_drop);
DBUG_ASSERT(!f.name);
f.col += instant_table->instant->dropped
- old_table->instant->dropped;
f.name = f.col->name(*instant_table);
if (f.col->is_nullable()) {
goto found_nullable;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment