summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_view.cc')
-rw-r--r--sql/sql_view.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc
index 2d8129fd223..dd8c6b70446 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -705,7 +705,6 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views,
DBUG_RETURN(0);
err:
- THD_STAGE_INFO(thd, stage_end);
lex->link_first_table_back(view, link_to_local);
unit->cleanup();
DBUG_RETURN(res || thd->is_error());