From fce47dbc9a4b3d3d630fce55c6cb535030397ab9 Mon Sep 17 00:00:00 2001 From: "malff@lambda.hsd1.co.comcast.net." <> Date: Wed, 28 Nov 2007 08:41:45 -0700 Subject: [PATCH] Manual merge --- sql/sql_table.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 862a36f8876..0e670ba1f30 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -1558,9 +1558,6 @@ int mysql_rm_table_part2(THD *thd, TABLE_LIST *tables, bool if_exists, /* Don't give warnings for not found errors, as we already generate notes */ thd->no_warnings_for_error= 1; - /* Remove the tables from the HANDLER list, if they are in it. */ - mysql_ha_flush(thd, tables, MYSQL_HA_CLOSE_FINAL, 1); - for (table= tables; table; table= table->next_local) { char *db=table->db;