diff options
author | Sachin Setiya <sachin.setiya@mariadb.com> | 2017-04-25 15:25:10 +0530 |
---|---|---|
committer | Sachin Setiya <sachin.setiya@mariadb.com> | 2017-04-25 15:28:29 +0530 |
commit | 97e0c260dc8273f809915505f8dfdccd948b4b99 (patch) | |
tree | 5dbdbeb8ee774f3ad193b38f5ce12b87f94da832 /scripts | |
parent | 340af4ebc396b7954cb849f1d58ee836db3134fb (diff) | |
download | mariadb-git-97e0c260dc8273f809915505f8dfdccd948b4b99.tar.gz |
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
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 148dddccf30..b758e9c0d05 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -291,6 +291,7 @@ ELSE() IF(WITH_WSREP) SET(WSREP_SCRIPTS wsrep_sst_mysqldump + wsrep_sst_common wsrep_sst_rsync wsrep_sst_xtrabackup wsrep_sst_xtrabackup-v2 |