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 3c7e5c3d180..7ae3b525609 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -1446,7 +1446,6 @@ int mysql_alter_table(THD *thd,char *new_db, char *new_name, mysql_bin_log.write(&qinfo); } goto end_temporary; - DBUG_RETURN(0); } intern_close_table(new_table); /* close temporary table */ |