mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
wsrep: create a macro for the error: label
that is used by WSREP_TO_ISOLATION_BEGIN and other galera macros, to avoid the need for wrapping this label in #ifdef WITH_WSREP/#endif
This commit is contained in:
@ -5712,6 +5712,7 @@ end_with_restore_list:
|
||||
goto finish;
|
||||
|
||||
error:
|
||||
WSREP_ERROR_LABEL:
|
||||
res= TRUE;
|
||||
|
||||
finish:
|
||||
|
Reference in New Issue
Block a user