mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
A review comment for the fix for Bug#46672.
Remove unnecessary need_reopen loops.
This commit is contained in:
@@ -1811,7 +1811,7 @@ bool mysql_rm_table(THD *thd,TABLE_LIST *tables, my_bool if_exists,
|
||||
my_bool drop_temporary)
|
||||
{
|
||||
bool error;
|
||||
Drop_table_error_handler err_handler(thd->get_internal_handler());
|
||||
Drop_table_error_handler err_handler;
|
||||
|
||||
DBUG_ENTER("mysql_rm_table");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user