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

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.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 44 lines (+26/-2)
2 files modified
storage/innobase/xtrabackup/doc/source/conf.py (+2/-2)
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.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+244040@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

1386157 should go to "other bugs" (no user-visible impact). Otherwise ok to push.

review: Needs Fixing
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
1=== modified file 'storage/innobase/xtrabackup/doc/source/conf.py'
2--- storage/innobase/xtrabackup/doc/source/conf.py 2014-11-03 11:51:52 +0000
3+++ storage/innobase/xtrabackup/doc/source/conf.py 2014-12-08 19:37:20 +0000
4@@ -51,9 +51,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '2.2.6'
9+version = '2.2.7'
10 # The full version, including alpha/beta/rc tags.
11-release = '2.2.6'
12+release = '2.2.7'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16
17=== added file 'storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.7.rst'
18--- storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.7.rst 1970-01-01 00:00:00 +0000
19+++ storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.7.rst 2014-12-08 19:37:20 +0000
20@@ -0,0 +1,24 @@
21+============================
22+ |Percona XtraBackup| 2.2.7
23+============================
24+
25+Percona 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.
26+
27+This release is the current stable release in the 2.2 series.
28+
29+Bugs Fixed
30+----------
31+
32+* 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`.
33+
34+* 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`.
35+
36+* Exporting tables was inefficient when backup contained a large (and unrelated) change buffer. Bug fixed :bug:`1366065` (*Davi Arnaut*).
37+
38+* |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`.
39+
40+Other bugs fixed: :bug:`1386157`.
41+
42+All 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>`_.
43+
44+

Subscribers

People subscribed via source and target branches