Innobackupex match include's regexps in wrong way for MyISAM

Bug #760116 reported by Valentine Gostev
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Triaged
Medium
Unassigned

Bug Description

regular expressions passed to --include options work correctly for InnoDB tables (it is being passed to xtrabackup and xtrabackup matches regex to tables' names), but for non-InnoDB data innobackupex matches regex to filenames, not tables' names:

~# innobackupex --include="^test[.]t1" /root/backup/
will backup test/t1.ibd file and test/t1.frm files, but

~# innobackupex --include="^test[.]t1$" /root/backup/
will backup only test/t1.ibd

Changed in percona-xtrabackup:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Valentine Gostev (longbow)
Stewart Smith (stewart)
Changed in percona-xtrabackup:
status: Confirmed → Triaged
tags: added: innobackupex
tags: added: low-hanging-fruit
Stewart Smith (stewart)
Changed in percona-xtrabackup:
assignee: Valentine Gostev (longbow) → nobody
Revision history for this message
Alexey Kopytov (akopytov) wrote :

This has been fixed in XtraBackup 2.0.5 along with the fix for bug #711166.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.