Skip to content

Commit

Permalink
Remove an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed May 5, 2017
1 parent f9cc391 commit e946297
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/innobase/row/row0mysql.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4077,13 +4077,11 @@ row_drop_table_for_mysql(

switch (err) {
ulint space_id;
bool file_unreadable;
bool is_discarded;
ulint table_flags;

case DB_SUCCESS:
space_id = table->space;
file_unreadable = table->file_unreadable;
is_discarded = dict_table_is_discarded(table);
table_flags = table->flags;
ut_ad(!dict_table_is_temporary(table));
Expand Down

0 comments on commit e946297

Please sign in to comment.