summaryrefslogtreecommitdiff
path: root/sql/sql_alter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_alter.cc')
-rw-r--r--sql/sql_alter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_alter.cc b/sql/sql_alter.cc
index 1d69b06d798..e343808cf77 100644
--- a/sql/sql_alter.cc
+++ b/sql/sql_alter.cc
@@ -123,6 +123,7 @@ bool Alter_table_statement::execute(THD *thd)
select_lex->order_list.first,
lex->ignore, lex->online);
+ DBUG_RETURN(result);
#ifdef WITH_WSREP
error:
{
@@ -130,5 +131,4 @@ error:
DBUG_RETURN(TRUE);
}
#endif /* WITH_WSREP */
- DBUG_RETURN(result);
}