diff options
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index d667aeb6011..f50da413f53 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -864,7 +864,6 @@ static int prepare_for_restore(THD* thd, TABLE_LIST* table) DBUG_RETURN(send_check_errmsg(thd, table, "restore", "Failed generating table from .frm file")); } - /* truncate has released name lock */ } DBUG_RETURN(0); } |