summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authordirtysalt <dirtysalt1987@gmail.com>2014-10-31 15:55:18 +0800
committerNirbhay Choubey <nirbhay@mariadb.com>2015-05-04 13:04:51 -0400
commit51744b3f80a025a8c20c3aeb80741375a115d649 (patch)
treee753a51f8acc400e034a4032a4edd07307aef9e4 /scripts
parent581b49dd3d3e2e253812bb24fa881148675320b4 (diff)
downloadmariadb-git-51744b3f80a025a8c20c3aeb80741375a115d649.tar.gz
Refs #8: [5.5] preserve gvwstate.dat for pc recovery feature
Diffstat (limited to 'scripts')
-rw-r--r--scripts/wsrep_sst_xtrabackup-v2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_xtrabackup-v2.sh b/scripts/wsrep_sst_xtrabackup-v2.sh
index 90892f9574f..d80af7454fb 100644
--- a/scripts/wsrep_sst_xtrabackup-v2.sh
+++ b/scripts/wsrep_sst_xtrabackup-v2.sh
@@ -282,7 +282,7 @@ read_cnf()
progress=$(parse_cnf sst progress "")
rebuild=$(parse_cnf sst rebuild 0)
ttime=$(parse_cnf sst time 0)
- cpat=$(parse_cnf sst cpat '.*galera\.cache$\|.*sst_in_progress$\|.*grastate\.dat$\|.*\.err$\|.*\.log$\|.*RPM_UPGRADE_MARKER$\|.*RPM_UPGRADE_HISTORY$')
+ cpat=$(parse_cnf sst cpat '.*galera\.cache$\|.*sst_in_progress$\|.*grastate\.dat$\|.*gvwstate\.dat$\|.*\.err$\|.*\.log$\|.*RPM_UPGRADE_MARKER$\|.*RPM_UPGRADE_HISTORY$')
incremental=$(parse_cnf sst incremental 0)
ealgo=$(parse_cnf xtrabackup encrypt "")
ekey=$(parse_cnf xtrabackup encrypt-key "")