diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-04 10:30:45 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-04 10:30:45 +0200 |
commit | daf4fa5238a67fcf47075721d86d4348adab687b (patch) | |
tree | fff85b8f2e11607c93d806e787475ad82f5055f6 /include/wsrep.h | |
parent | 756568f26c6a23c537f4d93ff00f485c6291c92e (diff) | |
parent | 7dfaded9625e832fade4ef1678bcb21c445dad2b (diff) | |
download | mariadb-git-st-10.8-merge.tar.gz |
Merge 10.7 into 10.8st-10.8-merge
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 |