~percona-dev/percona-xtrabackup/lp528752_test

Viewing all changes in revision 206.2.1.

  • Committer: Alexey Kopytov
  • Date: 2010-12-30 16:52:32 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: akopytov@gmail.com-20101230165232-pcbf38rxpjtc3jkd
InnoDB compression support for incremental backups.

xtrabackup did not support compressed tables when doing incremental
backups. The reason for that was missing information about the page size
in incremental .delta files, so it was always assumed to be the default
one (16 KB) at the --prepare stage.

This patch removes that limitation by introducing per-delta meta
information which is stored in a file with the ".meta" extension and the
same name as the corresponding .delta file. Currently a .meta file can
only contain the page size, but we may add more fields to it later.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: