summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2015-09-10 00:29:06 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2015-09-10 00:29:06 -0400
commitf479b5a16e0bb32d628e46e417d1d84e0a6a4e79 (patch)
tree01d8174be24303fa6e6415b99b0844fcc38c4bf8 /cmake
parentf9510717a4a9c00d24b91edbe6d358f9e4665058 (diff)
downloadmariadb-git-f479b5a16e0bb32d628e46e417d1d84e0a6a4e79.tar.gz
Update WSREP_PATCH_REVNO
Diffstat (limited to 'cmake')
-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.