summaryrefslogtreecommitdiff
path: root/sql/sql_admin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_admin.cc')
-rw-r--r--sql/sql_admin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_admin.cc b/sql/sql_admin.cc
index 6fdbc14a372..e5347f2fda4 100644
--- a/sql/sql_admin.cc
+++ b/sql/sql_admin.cc
@@ -1158,7 +1158,7 @@ send_result_message:
else if (open_for_modify || fatal_error)
{
tdc_remove_table(thd, TDC_RT_REMOVE_UNUSED,
- table->db.str, table->table_name.str, FALSE);
+ table->db.str, table->table_name.str);
/*
May be something modified. Consequently, we have to
invalidate the query cache.