Commit e946297d authored by Marko Mäkelä's avatar Marko Mäkelä

Remove an unused variable.

parent f9cc3918
...@@ -4077,13 +4077,11 @@ row_drop_table_for_mysql( ...@@ -4077,13 +4077,11 @@ row_drop_table_for_mysql(
switch (err) { switch (err) {
ulint space_id; ulint space_id;
bool file_unreadable;
bool is_discarded; bool is_discarded;
ulint table_flags; ulint table_flags;
case DB_SUCCESS: case DB_SUCCESS:
space_id = table->space; space_id = table->space;
file_unreadable = table->file_unreadable;
is_discarded = dict_table_is_discarded(table); is_discarded = dict_table_is_discarded(table);
table_flags = table->flags; table_flags = table->flags;
ut_ad(!dict_table_is_temporary(table)); ut_ad(!dict_table_is_temporary(table));
......
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