innodb_data_home_dir support is buggy (PXB 2.2 regression)
Bug #1386013 reported by
Sergei Glushchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Sergei Glushchenko | ||
2.2 |
Fix Released
|
Medium
|
Sergei Glushchenko |
Bug Description
Test case
. inc/common.sh
mkdir -p ${TEST_
MYSQLD_
innodb_
innodb_
"
start_server
load_sakila
checksum1=
test -n "$checksum1" || die "Failed to checksum table sakila.payment"
innobackupex --no-timestamp $topdir/backup
stop_server
rm -rf $MYSQLD_DATADIR/*
rm -rf ${TEST_
innobackupex --apply-log $topdir/backup
innobackupex --copy-back $topdir/backup
start_server
checksum2=
test -n "$checksum2" || die "Failed to checksum table sakila.payment"
Passes in 2.1 but failed in 2.2
Related branches
To post a comment you must log in.
This is a regression from https:/ /blueprints. launchpad. net/percona- xtrabackup/ +spec/read- server- options- with-show- variables, so it did not appear in a released version. Can go to "Other bugs" in release notes.