summaryrefslogtreecommitdiff
path: root/cmake/wsrep.cmake
Commit message (Collapse)AuthorAgeFilesLines
* always build wsrep libraries staticSergei Golubchik2019-08-261-0/+7
| | | | even if -DBUILD_SHARED_LIBS=ON was used
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |
| * Merge branch '10.0-galera' into 10.1Oleksandr Byelkin2019-01-311-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-10-301-1/+1
| | |\
| | | * Bump WSREP_PATCH_VERSIONVasil Dimov2018-10-101-1/+1
| | | |
| | | * Bump wsrep patch version to 25.23Teemu Ollakka2018-02-251-1/+1
| | | |
| | | * MW-406 Bumped up the wsrep patch version (5.5.57-25.22)Teemu Ollakka2017-10-191-1/+1
| | | |
| | | * MW-383 Bumped wsrep patch versionTeemu Ollakka2017-07-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan Lindström <jan.lindstrom@mariadb.com>
| | | * Bump WSREP_PATCH_VERSION to 20Sachin Setiya2017-04-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
| | | * Update WSREP_PATCH_REVNO.Nirbhay Choubey2016-02-101-1/+1
| | | |
| | | * Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 14Philip Stoev2016-02-101-1/+1
| | | |
| | | * Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 13Philip Stoev2016-02-101-1/+1
| | | |
* | | | cmake-wsrep: friendly error message about missing wsrep_api.hDaniel Black2019-02-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this commit the error message is: $ cmake . -DWITH_WSREP=ON -- Running cmake version 3.12.1 -- MariaDB 10.4.3 CMake Error at cmake/wsrep.cmake:36 (FILE): FILE STRINGS file ".../mariadb-server-10.4/wsrep-lib/wsrep-API/v26/wsrep_api.h" cannot be read. Call Stack (most recent call first): CMakeLists.txt:147 (INCLUDE) Having 'git config cmake.update-submodules yes' nicely updates the build without error. $ cmake . -DWITH_WSREP=ON -- Running cmake version 3.12.1 -- MariaDB 10.4.3 Submodule path 'wsrep-lib': checked out 'e7d72ae7f6a6995a21d743389426a963429a1fff' Submodule path 'wsrep-lib/wsrep-API/v26': checked out '75a5f452f2ba07b0f4a3a9a94825fccc71b27398'
* | | | cmake/wsrep: allow disabling -DWITH_WSREP=OFFDaniel Black2019-02-121-10/+10
| | | |
* | | | Galera4Brave Galera Crew2019-01-231-2/+13
|/ / /
* | | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-03-191-1/+1
|\ \ \ | |/ /
| * | Bump wsrep patch version to 25.23Teemu Ollakka2018-02-251-1/+1
| | |
* | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2017-11-101-1/+1
|\ \ \ | |/ /
| * | MW-406 Bumped up the wsrep patch version (5.6.37-25.21)Teemu Ollakka2017-11-081-1/+1
| | |
* | | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-1/+1
|\ \ \ | |/ /
| * | MW-383 Bumped wsrep patch versionTeemu Ollakka2017-08-141-1/+1
| | |
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2017-05-261-1/+0
|\ \ \ | |/ /
| * | Bump WSREP_PATCH_VERSION to 19Philip Stoev2017-03-151-1/+1
| | |
| * | Bump WSREP_PATCH_VERSION to 18Philip Stoev2017-03-141-1/+1
| | |
| * | Bump WSREP_PATCH_VERSION to 17Philip Stoev2017-03-121-1/+1
| | |
* | | Bump WSREP_PATCH_VERSION to 19Philip Stoev2017-04-061-1/+1
| | |
* | | Bump WSREP_PATCH_VERSION to 18Philip Stoev2017-04-061-1/+1
| | |
* | | Bump WSREP_PATCH_VERSION to 17Philip Stoev2017-04-061-1/+1
| | |
* | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-1/+1
|\ \ \ | |/ /
| * | Update WSREP_PATCH_REVNO.Nirbhay Choubey2016-08-211-1/+1
| | |
| * | Bump WSREP_PATCH_VERSION to 16Philip Stoev2016-08-211-1/+1
| | |
| * | Bump WSREP_PATCH_VERSION to 14Philip Stoev2016-08-211-1/+1
| | |
* | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-241-1/+1
|\ \ \ | |/ /
| * | Update WSREP_PATCH_REVNO.Nirbhay Choubey2016-02-231-1/+1
| | |
| * | Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 13Philip Stoev2016-02-231-1/+1
| | |
| * | Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 12Philip Stoev2016-02-221-1/+1
| | |
* | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-191-1/+1
|\ \ \ | |/ /
| * | Update WSREP_PATCH_REVNONirbhay Choubey2015-09-101-2/+2
| | |
| * | Correct WSREP_PATCH_VERSION for 5.6 is 11Philip Stoev2015-09-091-1/+1
| |/
| * Update WSREP_PATCH_REVNONirbhay Choubey2015-09-091-2/+2
| |
| * Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 12Philip Stoev2015-09-091-1/+1
| |
| * bzr merge -r4015..4026 codership/5.5Nirbhay Choubey2014-10-091-2/+2
| |
| * Merged r4014 from codership/5.5Nirbhay Choubey2014-08-121-1/+1
| |
| * Updated WSREP_PATCH_REVNO.Nirbhay Choubey2014-08-061-1/+1
| |
| * bzr merge -r3985..3997 codership/5.5Nirbhay Choubey2014-06-101-1/+1
| |
| * Updated WSREP_PATCH_REVNO.Nirbhay Choubey2014-04-181-1/+1
| |
| * Merge lp:codership-mysql/5.5 -r3961..3980.Jan Lindström2014-04-161-1/+1
| |
| * * Merged revisions 3945, 3946..3950, 3951..3961Nirbhay Choubey2014-02-281-1/+1
| | | | | | | | | | | | | | from codership-mysql/5.5. * Merged changes in innobase to xtradb. * Updated WSREP_PATCH_REVNO.
| * * Merged the missing revision 3934 fromNirbhay Choubey2014-02-051-1/+1
| | | | | | | | | | | | | | codership-mysql/5.5 (missed in the last merge). * Merged changes from Innodb to xtradb. * Updated WSREP_PATCH_REVNO