mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Follow up to previous commit for codership/mysql-wsrep#332
Fix misplaced `DBUG_RETURN` in `Alter_table_statement::execute`.
This commit is contained in:
committed by
Jan Lindström
parent
4d2b552369
commit
e88e26b424
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user