lp:~gl-az/percona-xtrabackup/BT33572-asymmetric-encryption

Created by George Ormond Lorch III and last modified
Get this branch:
bzr branch lp:~gl-az/percona-xtrabackup/BT33572-asymmetric-encryption
Only George Ormond Lorch III can upload to this branch. If you are George Ormond Lorch III please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Recent revisions

4960. By George Ormond Lorch III

GOL - checkpoint:
 - xbcrypt v3 backwards compatibility test.
 - public/private key generation in xbcrypt.
 - encryption refactor and public key/hybrid implementation in xbcrypt.
 - decryption refactor and public key/hybrid implementation in xbcrypt.
 - implemented encryption within ds_encrypt.

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

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.