~sergei.glushchenko/percona-xtrabackup/buffer_pool_dump

Viewing all changes in revision 542.

  • Committer: Sergei Glushchenko
  • Date: 2013-04-25 14:32:09 UTC
  • Revision ID: sergei.glushchenko@percona.com-20130425143209-0oi2ak9pg3bhcapb
Blueprint: Support InnoDB buffer pool dumps in MySQL 5.6
https://blueprints.launchpad.net/percona-xtrabackup/+spec/support-56-buffer-pool-dumps
MySQL 5.6 adds an ability to dump the buffer pool into file for it to be
possible to load it into memory at startup or on demand. The location of
buffer pool file is set by global variable innodb_buffer_pool_filename
and is relative to MySQL data directory.
The patch adds an ability to take a backup of buffer pool dump. It has been
made exactly the same way as XtraDB LRU dump is backed up.
Three tests have been added for this feature. One takes regular backup and
after takes streaming backup. Another one takes backup with --rsync
option. Third test tests feature with incremental backups.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: