summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 584697dd8e8..af62a81450a 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -2665,7 +2665,6 @@ mysql_execute_command(THD *thd)
lex->link_first_table_back(create_table, link_to_local);
break;
-create_error:
/* put tables back for PS rexecuting */
lex->link_first_table_back(create_table, link_to_local);
goto error;