~akopytov/percona-xtrabackup/ptb-fixes-2.0

« back to all changes in this revision

Viewing changes to doc/source/release-notes/2.0/2.0.7.rst

  • Committer: jenkins at percona
  • Date: 2013-05-07 07:15:33 UTC
  • mfrom: (555.1.1 2.0)
  • Revision ID: jenkins@jenkins.percona.com-20130507071533-714m2qsxpl1hdrby
MergeĀ lp:~hrvojem/percona-xtrabackup/bug1177237-2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
 Time interval between checks done by log copying thread is now configurable by :option:`innobackupex --log-copy-interval`. Making the interval configurable allows to reduce the time between checks which can prevent |XtraBackup| failures that are caused by the log records in the transactional log being overwritten before they are copied by the log copying thread.
17
17
 
18
 
 |Percona XtraBackup| now stores the ``GTID`` value in the :file:`xtrabackup_binlog_info` when doing the backup of |MySQL| and |Percona Server| 5.6 with the :option:`innobackupex --slave-info`. Example of how this information can be used to create/restore a slave can be found in `this blogpost <http://www.mysqlperformanceblog.com/2013/02/08/how-to-createrestore-a-slave-using-gtid-replication-in-mysql-5-6/>`_.
 
18
 |Percona XtraBackup| now stores the ``GTID`` value in the :file:`xtrabackup_binlog_info` when doing the backup of |MySQL| and |Percona Server| 5.6 with the ``GTID`` mode enabled. Example of how this information can be used to create/restore a slave can be found in `this blogpost <http://www.mysqlperformanceblog.com/2013/02/08/how-to-createrestore-a-slave-using-gtid-replication-in-mysql-5-6/>`_.
19
19
 
20
20
 |Percona XtraBackup| option :option:`xtrabackup --export` now supports transportable tablespaces introduced in |MySQL| 5.6. This option can be used to produce 5.6-style metadata files, that can be imported by ``ALTER TABLE IMPORT TABLESPACE`` on |MySQL| and |Percona Server| 5.6 as described in :ref:`export_import_tables` guide.
21
21