diff options
Diffstat (limited to 'sql/sql_delete.cc')
-rw-r--r-- | sql/sql_delete.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc index 0033e419351..1737a277466 100644 --- a/sql/sql_delete.cc +++ b/sql/sql_delete.cc @@ -732,7 +732,7 @@ bool mysql_truncate(THD *thd, TABLE_LIST *table_list, bool dont_send_ok) If we return here we will not have logged the truncation to the bin log and we will not send_ok() to the client. */ - goto end; + goto end; } (void) sprintf(path,"%s/%s/%s%s",mysql_data_home,table_list->db, |