Merge lp:~hrvojem/percona-xtrabackup/rn-2.2.7-2.3 into lp:percona-xtrabackup/2.3

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 5050
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.2.7-2.3
Merge into: lp:percona-xtrabackup/2.3
Diff against target: 28 lines (+24/-0)
1 file modified
storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.7.rst (+24/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.2.7-2.3
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+244044@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.7.rst'
--- storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.7.rst 1970-01-01 00:00:00 +0000
+++ storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.7.rst 2014-12-08 19:40:29 +0000
@@ -0,0 +1,24 @@
1============================
2 |Percona XtraBackup| 2.2.7
3============================
4
5Percona is glad to announce the release of |Percona XtraBackup| 2.2.7 on December 10th 2014. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/2.2.7/>`_ and from :ref:`apt <apt_repo>` and :ref:`yum <yum_repo>` repositories.
6
7This release is the current stable release in the 2.2 series.
8
9Bugs Fixed
10----------
11
12* Non-default value for `innodb_log_block_size <http://www.percona.com/doc/percona-server/5.6/scalability/innodb_io.html#innodb_log_block_size>`_ variable would cause assertion when preparing the backup. Bug fixed :bug:`1391216`.
13
14* When |Percona XtraBackup| would run ``FLUSH ENGINE LOGS`` during the backup process on GTID master, command was recorded to the slave's binary log as well, which lead to inconsistency between master and slave. Fixed by adding the ``NO_WRITE_TO_BINLOG`` clause to ``FLUSH ENGINE LOGS`` to avoid interfering with binary log and inconsistency with coordinates. Bug fixed :bug:`1394632`.
15
16* Exporting tables was inefficient when backup contained a large (and unrelated) change buffer. Bug fixed :bug:`1366065` (*Davi Arnaut*).
17
18* |innobackupex| was printing the GTID even if the GTID mode was disabled which could cause confusion since it wasn't incrementing. Now it prints only GTID when GITD mode is enabled and when GTID mode is disabled it prints only filename and position. |innobackupex| still prints GTID, filename and positions if *MariaDB* server is being backed up. Bug fixed :bug:`1391041`.
19
20Other bugs fixed: :bug:`1386157`.
21
22All of Percona's software is open-source and free, all the details of the release can be found in the `2.2.7 milestone <https://launchpad.net/percona-xtrabackup/+milestone/2.2.7>`_ at Launchpad. Bugs can be reported on the `launchpad bug tracker <https://bugs.launchpad.net/percona-xtrabackup/+filebug>`_.
23
24

Subscribers

People subscribed via source and target branches