1
0
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:
Konstantin Osipov
2010-03-13 13:58:27 +03:00
parent 42b7812898
commit 9cb8a98216
14 changed files with 231 additions and 371 deletions

View File

@@ -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");