innodb_data_file_path is not written to backup-my.cnf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
High
|
Sergei Glushchenko | ||
1.6 |
Fix Released
|
High
|
Sergei Glushchenko | ||
2.0 |
Fix Released
|
High
|
Sergei Glushchenko | ||
2.1 |
Fix Released
|
High
|
Sergei Glushchenko |
Bug Description
While testing Xtrabackup 2.0, I identified the backup-my.cnf no longer records the innodb_
The following shows the different backup-my.cnf files for v1.6.5 and v2.0.0:
V1.6.5
# The MySQL server
[mysqld]
datadir=
innodb_
innodb_
innodb_
innodb_
innodb_
v2.0.0
# The MySQL server
[mysqld]
datadir=
innodb_
innodb_
innodb_
innodb_
innodb_
innodb_
Thanks,
Sean
Related branches
- Alexey Kopytov (community): Approve
-
Diff: 54 lines (+31/-1)2 files modifiedinnobackupex (+3/-1)
test/t/bug983685.sh (+28/-0)
- Alexey Kopytov (community): Approve
-
Diff: 54 lines (+31/-1)2 files modifiedinnobackupex (+3/-1)
test/t/bug983685.sh (+28/-0)
Thank you for the bug report. It's a regression introduced in 1.6.5 and 2.0.0 by the fix for bug #733651.