diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-09-27 17:28:01 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-10-24 14:48:08 +0200 |
commit | 329058be298a471006e55a674db1c4d769acaf67 (patch) | |
tree | 15b06cd31a74ad39aeff25abfb7d48fa4db094f1 /sql/sql_parse.cc | |
parent | 0140bfac5e216bd7ba8ad324bd914d596bf59a1f (diff) | |
download | mariadb-git-329058be298a471006e55a674db1c4d769acaf67.tar.gz |
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
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index add059340c9..a76d9f0bbd3 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -5712,6 +5712,7 @@ end_with_restore_list: goto finish; error: +WSREP_ERROR_LABEL: res= TRUE; finish: |