lp:~akopytov/percona-xtrabackup/backup-locks

Created by Alexey Kopytov and last modified
Get this branch:
bzr branch lp:~akopytov/percona-xtrabackup/backup-locks
Only Alexey Kopytov can upload to this branch. If you are Alexey Kopytov please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

4957. By Alexey Kopytov

Implementation of
https://blueprints.launchpad.net/percona-xtrabackup/+spec/backup-locks

When backup locks are supported by the server, use the following
procedure instead of FLUSH TABLES WITH READ LOCK:

# copy InnoDB data
LOCK TABLES FOR BACKUP;
# copy .frm, MyISAM, etc
LOCK BINLOG FOR BACKUP;
# finalize the background copy of REDO log
# get the binary log coordinates
UNLOCK BINLOG;
UNLOCK TABLES;

4956. By Alexey Kopytov

Merge from 2.1.

4952. By Hrvoje Matijakovic

- 2.1 upmerge for bugs: Bug #1269474, Bug #128108 and DOC-84

4951. By Hrvoje Matijakovic

- rn-2.1.8 upmerge

4950. By Alexey Kopytov

Empty merge from 2.1.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:percona-xtrabackup/2.2
This branch contains Public information 
Everyone can see this information.

Subscribers