diff options
Diffstat (limited to 'sql/sql_truncate.cc')
-rw-r--r-- | sql/sql_truncate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_truncate.cc b/sql/sql_truncate.cc index bfcdda6e0e9..8e078ff02af 100644 --- a/sql/sql_truncate.cc +++ b/sql/sql_truncate.cc @@ -361,7 +361,7 @@ bool Sql_cmd_truncate_table::lock_table(THD *thd, TABLE_LIST *table_ref, { /* Table is already locked exclusively. Remove cached instances. */ tdc_remove_table(thd, TDC_RT_REMOVE_ALL, table_ref->db.str, - table_ref->table_name.str, FALSE); + table_ref->table_name.str); } DBUG_RETURN(FALSE); |