summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorunknown <malff@lambda.hsd1.co.comcast.net.>2007-11-28 08:41:45 -0700
committerunknown <malff@lambda.hsd1.co.comcast.net.>2007-11-28 08:41:45 -0700
commitb512270e541f44673280396a38b89505b09227d1 (patch)
treea453bf1067d1fa6fe8c9ba7feade717512c123ff /sql/sql_table.cc
parentf927182efe2427099046a7ed78beb4aebcf668f1 (diff)
downloadmariadb-git-b512270e541f44673280396a38b89505b09227d1.tar.gz
Manual merge
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc3
1 files changed, 0 insertions, 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;