Commit 736d75d4 authored by Teemu Ollakka's avatar Teemu Ollakka Committed by Jan Lindström

MW-406 Bumped up the wsrep patch version (5.6.37-25.21)

parent b5802888
......@@ -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.
......
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment