From e946297d8f4b12e01f5f840200b29e5bfcc79340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Fri, 5 May 2017 11:06:46 +0300 Subject: [PATCH] Remove an unused variable. --- storage/innobase/row/row0mysql.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/storage/innobase/row/row0mysql.cc b/storage/innobase/row/row0mysql.cc index 3078dc56cf1c7..3dc4e5340328c 100644 --- a/storage/innobase/row/row0mysql.cc +++ b/storage/innobase/row/row0mysql.cc @@ -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));