We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66916bb commit adc151fCopy full SHA for adc151f
cmake/wsrep.cmake
@@ -26,7 +26,7 @@ ENDIF()
26
OPTION(WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)" ${with_wsrep_default})
27
28
# Set the patch version
29
-SET(WSREP_PATCH_VERSION "18")
+SET(WSREP_PATCH_VERSION "19")
30
31
# Obtain wsrep API version
32
FILE(STRINGS "${MySQL_SOURCE_DIR}/wsrep/wsrep_api.h" WSREP_API_VERSION
0 commit comments