diff options
Diffstat (limited to 'include/wsrep.h')
-rw-r--r-- | include/wsrep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wsrep.h b/include/wsrep.h index 0223fbbe602..9150cd04b33 100644 --- a/include/wsrep.h +++ b/include/wsrep.h @@ -40,8 +40,7 @@ if (WSREP(thd) && wsrep_thd_is_local(thd) && \ wsrep_to_isolation_begin(thd, db_, table_, \ table_list_, alter_info_, \ - fk_tables_, create_info_)) \ - goto wsrep_error_label; + fk_tables_, create_info_)) #define WSREP_TO_ISOLATION_END \ if ((WSREP(thd) && wsrep_thd_is_local_toi(thd)) || \ |