~sergei.glushchenko/percona-xtrabackup/transportabe-tablespaces

  • Committer: Sergei Glushchenko
  • Date: 2013-04-26 08:34:30 UTC
  • Revision ID: sergei.glushchenko@percona.com-20130426083430-ikjmxw3zqauva3ll
Blueprint: Support transportable tablespaces in xtrabackup --export
https://blueprints.launchpad.net/percona-xtrabackup/+spec/basic-56-support
MySQL 5.6 has a feature which allows user to export InnoDB tablespaces and
import them later. This feature is very similar to XtraDB feature.
Xtrabackup has an option to export single table tablespace from backup.
It dump table metadata in format which InnoDB can recognize (.exp files).
But MySQL has it's own format of metadata stored in .cfg files.
This patch allows Xtrabackup to produce metadata in both formats when
export is performed. The code to support cfg export is copied from
MySQL sources with some modifications.
Existing testcase xb_export.sh has been modified to test export
on MySQL 5.6 as well. It however works even when .cfg is not generated
because bug http://bugs.mysql.com/bug.php?id=66715 is fixed in
MySQL 5.6.8. It fails however in case of incorrect or corrupted .cfg
file.
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 504.10.2 11 years ago Laurynas Biveinis Add MySQL 5.6 support. https://blueprints.launchpa 2.3 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 525 10 years ago jenkins at percona Merge lp:~akopytov/percona-xtrabackup/bug945161-2. 106 KB Diff Download File
VERSION 519.1.1 11 years ago Ignacio Nin Update version to 2.0.6 25 bytes Diff Download File