summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2014-02-05 00:28:11 -0500
committerNirbhay Choubey <nirbhay@mariadb.com>2014-02-05 00:28:11 -0500
commit4cb029b38b914751926c472a3a944fc0e84533be (patch)
tree576161865bb4128ef898a823db9ecb6ca30fba62 /cmake
parent7ca53d947959fe420c28400c621f427b3008fe19 (diff)
downloadmariadb-git-4cb029b38b914751926c472a3a944fc0e84533be.tar.gz
* Merged the missing revision 3934 from
codership-mysql/5.5 (missed in the last merge). * Merged changes from Innodb to xtradb. * Updated WSREP_PATCH_REVNO
Diffstat (limited to 'cmake')
-rw-r--r--cmake/wsrep.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake
index 849da4e555d..391cf505313 100644
--- a/cmake/wsrep.cmake
+++ b/cmake/wsrep.cmake
@@ -23,7 +23,7 @@ SET(WSREP_PATCH_VERSION "9")
# MariaDB addition: Revision number of the last revision merged from
# codership branch visible in @@visible_comment.
# Branch : codership-mysql/5.5
-SET(WSREP_PATCH_REVNO "3932") # Should be updated on every merge.
+SET(WSREP_PATCH_REVNO "3944") # Should be updated on every merge.
# MariaDB: Obtain patch revision number:
# Update WSREP_PATCH_REVNO if WSREP_REV environment variable is set.