summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/wsrep.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake
index dbc05301815..ac2acb73313 100644
--- a/cmake/wsrep.cmake
+++ b/cmake/wsrep.cmake
@@ -22,8 +22,8 @@ SET(WSREP_PATCH_VERSION "11")
# MariaDB addition: Revision number of the last revision merged from
# codership branch visible in @@visible_comment.
-# Branch : https://github.com/codership/mysql-wsrep/tree/5.5
-SET(WSREP_PATCH_REVNO "4f81026") # Should be updated on every merge.
+# Branch : https://github.com/codership/mysql-wsrep/tree/5.6
+SET(WSREP_PATCH_REVNO "21a2415") # Should be updated on every merge.
# MariaDB: Obtain patch revision number:
# Update WSREP_PATCH_REVNO if WSREP_REV environment variable is set.