MW-406 Bumped up the wsrep patch version (5.6.37-25.21)
This commit is contained in:
parent
b5802888e3
commit
736d75d455
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user