xtrabackup does not handle innodb=force in my.cnf
Bug #528752 reported by
Andrew Garner
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Laurynas Biveinis | ||
1.6 |
Won't Fix
|
Medium
|
Laurynas Biveinis | ||
2.0 |
Fix Released
|
Medium
|
Laurynas Biveinis | ||
2.1 |
Fix Released
|
Medium
|
Laurynas Biveinis |
Bug Description
With a my.cnf such as the following (mysql 5.1.42 on a rhel5 64-bit system):
/etc/my.cnf:
[mysqld]
...
innodb=force
...
Xtrabackup fails with the following error:
# xtrabackup --backup --target-
xtrabackup: ambiguous option '--innodb=force' (innodb_
innodb=force is, of course, new in 5.1.36+ (or thereabouts). xtrabackup was compiled against stock 5.1.42 from dev.mysql.com using the patch against the innodb_plugin.
Workaround: use loose-innodb=force, but it would be nice to have this fixed. :)
Related branches
lp://staging/~laurynas-biveinis/percona-xtrabackup/bug528752-2.0
- Alexey Kopytov (community): Approve
- Sergei Glushchenko (community): Approve
-
Diff: 41 lines (+12/-0)2 files modifiedsrc/xtrabackup.c (+6/-0)
test/t/bug528752.sh (+6/-0)
lp://staging/~laurynas-biveinis/percona-xtrabackup/bug528752-2.1
- Laurynas Biveinis (community): Approve
-
Diff: 41 lines (+12/-0)2 files modifiedsrc/xtrabackup.c (+6/-0)
test/t/bug528752.sh (+6/-0)
Changed in percona-xtrabackup: | |
milestone: | none → release-1.2 |
assignee: | nobody → Aleksandr Kuzminsky (akuzminsky) |
Changed in percona-xtrabackup: | |
milestone: | 1.2 → 1.3.1 |
Changed in percona-xtrabackup: | |
milestone: | 1.3.1 → 1.6 |
assignee: | Aleksandr Kuzminsky (akuzminsky) → Valentine Gostev (core-longbow) |
tags: | added: cr |
tags: | added: xtrabackup |
Changed in percona-xtrabackup: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
milestone: | 1.6 → none |
assignee: | Valentine Gostev (core-longbow) → Vadim Tkachenko (vadim-tk) |
Changed in percona-xtrabackup: | |
assignee: | Vadim Tkachenko (vadim-tk) → Alexey Kopytov (akopytov) |
milestone: | none → 1.6 |
status: | Confirmed → Triaged |
Changed in percona-xtrabackup: | |
milestone: | 1.6 → 1.7 |
Changed in percona-xtrabackup: | |
milestone: | 1.7.0beta1 → 1.7.0 |
tags: | added: i23069 |
tags: | added: i23299 |
tags: | added: contribution |
To post a comment you must log in.
Guys,
This is set to milestone 1.3.1 with 1.5 already out.
The bug still exists and it is very annoying as using innodb=force is a good method to avoid getting MySQL started with Innodb engine available as it can happen in some cases.