~sergei.glushchenko/percona-xtrabackup/xb20-databases

Viewing all changes in revision 496.

  • Committer: Sergei Glushchenko
  • Date: 2013-02-25 07:57:21 UTC
  • Revision ID: sergei.glushchenko@percona.com-20130225075721-9hpvmcb60g29g34h
Bug 569387
xtrabackup ignores --databases, i.e. when --databases
is specified it affects only innobackupex script,
InnoDB data will be copied fully.
two options have been added for xtrabackup
  * --databases is a space separated list of entries database_name[.table_name]
  * --databases-file is a name of file which contains
          entries database_name[.table_name] one entry per line
  * check_if_skip_table has been modified to check whether database is
    enabled first and after check the table
  * databases and tables filters initialization has been refactored
    in order to avoid code duplication
innnobackupex's --databases option is mapped to one of these options,
depending on value.
Bug 1131084
Unneccessary/debug print in xtrabackup output.
There was msg("xtrabackup: tables regcomp(%s): %s\n", p, errbuf);
which has been removed in this branch.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: