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 20159048442..e68b14f4a17 100644 --- a/include/wsrep.h +++ b/include/wsrep.h @@ -41,8 +41,7 @@ if (WSREP(thd) && \ wsrep_to_isolation_begin(thd, db_, table_, \ table_list_, alter_info_, \ - fk_tables_, create_info_)) \ - goto wsrep_error_label; + fk_tables_, create_info_)) /* Checks if lex->no_write_to_binlog is set for statements that use LOCAL or |