~akopytov/percona-xtrabackup/bug1130627-2.0

  • Committer: Alexey Kopytov
  • Date: 2013-03-07 11:48:43 UTC
  • Revision ID: akopytov@gmail.com-20130307114843-s807oyplv1qmgsyg
Bug #1130627: Can't backup individual partitions

The bug is a regression introduced in 2.0.5 by the fix for bug
#711166. The fix introduced partition suffix ('#P#...') trimming in
tables names before checking them against regular expressions specified
by the --include option in innobackupex or the --tables option in
xtrabackup. Which made impossible partial backups of partitioned tables.

Fixed in both innobackupex and xtrabackup by first checking the table
name without the suffix trimmed, and then repeating the check with the
suffix trimmed if the former check fails. 

This patch also fixes bug #1131084 "Unneccessary/debug print in
xtrabackup output" and a few other minor issues introduced by the fix
for bug #711166.
Filename Latest Rev Last Changed Committer Comment Size
..
contrib 241.3.1 13 years ago Daniël van Eeden Add contrib directory with an backup script exampl Diff
doc 213.3.1 13 years ago Aleksandr Kuzminsky Added XtraBackup manual page Diff
patches 228.1.2 13 years ago Alexey Kopytov Port XtraBackup to Percona Server 5.5.9-beta20.1 c Diff
src 385.1.1 12 years ago Alexey Kopytov Rebase of the parallel compression patch on new tr Diff
test 134.1.1 13 years ago Aleksandr Kuzminsky Added the XtraBackup test framework Diff
utils 30.1.2 15 years ago Vadim Tkachenko directory restructure Diff
.bzrignore 449 11 years ago Stewart Smith merge from 1.6: Bug #1021954: XtraBackup on MultiI 196 bytes Diff Download File
BUILD-WIN.txt 244.4.1 12 years ago Alexey Kopytov Added initial support for Windows builds: - remov 2.9 KB Diff Download File
BUILD.txt 477.2.1 11 years ago Hrvoje Matijakovic Bug fixes for bug: Bug #1073502, Bug #1075269 and 2.2 KB Diff Download File
CMakeLists.txt 244.4.1 12 years ago Alexey Kopytov Added initial support for Windows builds: - remov 1.6 KB Diff Download File
COPYING 174.1.1 13 years ago Stewart Smith add COPYING file with GPLv2 license. xtrabackup is 18.6 KB Diff Download File
File innobackupex 505 11 years ago Alexey Kopytov Bug #1130627: Can't backup individual partitions 105 KB Diff Download File
VERSION 497.1.2 11 years ago Ignacio Nin Bump version to 2.0.5 25 bytes Diff Download File