1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

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

This commit is contained in:
Teemu Ollakka
2017-09-18 16:22:32 +03:00
committed by Jan Lindström
parent b5802888e3
commit 736d75d455
2 changed files with 3 additions and 2 deletions

View File

@ -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
*/