mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fix Galera tests failures on 10.1 and 10.2
When we build server out of git directory , we did not copy wsrep_sst_common into build-dir. This causes galera/wsrep tests to fail
This commit is contained in:
parent
4beb7e5355
commit
a9ad84e4d4
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ ELSE()
|
||||||
IF(WITH_WSREP)
|
IF(WITH_WSREP)
|
||||||
SET(WSREP_SCRIPTS
|
SET(WSREP_SCRIPTS
|
||||||
wsrep_sst_mysqldump
|
wsrep_sst_mysqldump
|
||||||
|
wsrep_sst_common
|
||||||
wsrep_sst_rsync
|
wsrep_sst_rsync
|
||||||
wsrep_sst_xtrabackup
|
wsrep_sst_xtrabackup
|
||||||
wsrep_sst_xtrabackup-v2
|
wsrep_sst_xtrabackup-v2
|
||||||
|
|
Loading…
Reference in a new issue