diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake index 1bd1ca51b35..cc6627d1eea 100644 --- a/cmake/wsrep.cmake +++ b/cmake/wsrep.cmake @@ -18,7 +18,7 @@ # so WSREP_VERSION is produced regardless # Set the patch version -SET(WSREP_PATCH_VERSION "20") +SET(WSREP_PATCH_VERSION "21") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index b09fa1e7b17..6fe25961e65 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -2598,7 +2598,8 @@ mysql_execute_command(THD *thd) } /* endif unlikely slave */ #endif #ifdef WITH_WSREP - if (WSREP(thd)) { + if (WSREP(thd)) + { /* change LOCK TABLE WRITE to transaction */