diff options
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 2f9fa17faf1..d4324a4e5ac 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -171,7 +171,7 @@ int mysql_rm_table_part2(THD *thd, TABLE_LIST *tables, bool if_exists, } } } - + error = 0; if (wrong_tables.length()) { |