Merge lp:~hrvojem/percona-xtrabackup/rn-2.1.7-2.1 into lp:percona-xtrabackup/2.1

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 719
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.1.7-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 76 lines (+36/-2)
3 files modified
doc/source/installation/compiling_xtrabackup.rst (+1/-1)
doc/source/percona-theme/layout.html (+4/-1)
doc/source/release-notes/2.1/2.1.7.rst (+31/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.1.7-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+202302@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

> , 5.6.15 and |Percona Server| versions 5.1.73-rel14.11 and 5.5.35-rel33.0 server versions.

“server version” at the end of the sentence look redundant to me.

> + After being rebased on |MySQL| 5.6.11 |Percona XtraBackup| has been
> affected by the upstream bug :mysqlbug:`69780`. Bug fixed
> :bug:`1203669`.

I would clarify that since MySQL 5.6.15 includes a fix for the upstream
bug, XtraBackup is not affected after rebasing.

> + When server being backed up was using ``ANSI_QUOTES`` SQL mode it would lead to |innobackupex| error. Bug fixed :bug:`1248331`.

I suggest the following: “When creating an incremental backup with the
changed page tracking feature available in Percona Server, innobackupex
would fail if the server had the ``ANSI_QUOTES`` SQL mode enabled.”

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 'doc/source/installation/compiling_xtrabackup.rst'
2--- doc/source/installation/compiling_xtrabackup.rst 2013-08-30 09:55:04 +0000
3+++ doc/source/installation/compiling_xtrabackup.rst 2014-01-21 08:34:09 +0000
4@@ -25,7 +25,7 @@
5 In ``RPM``-based distributions, you need to: ::
6
7 $ yum install cmake gcc gcc-c++ libaio libaio-devel automake autoconf bzr \
8- bison libtool ncurses-devel zlib-devel
9+ bison libtool ncurses-devel zlib-devel libgcrypt-devel
10
11 Compiling with :command:`build.sh`
12 ----------------------------------
13
14=== modified file 'doc/source/percona-theme/layout.html'
15--- doc/source/percona-theme/layout.html 2013-11-15 12:42:15 +0000
16+++ doc/source/percona-theme/layout.html 2014-01-21 08:34:09 +0000
17@@ -302,11 +302,14 @@
18
19 {%- block footer %}
20
21+
22 <div class="file-bugs">
23 This documentation is developed in Launchpad as part of the <a rel="nofollow" href="https://code.launchpad.net/percona-xtrabackup">Percona XtraBackup source code</a>.<br/>
24 If you spotted innacuracies, errors, don't understood it or you think something is missing or should be improved, please <a rel="nofollow" href="https://bugs.launchpad.net/percona-xtrabackup/+filebug?field.tags=doc&amp;field.comment=[In:Percona XtraBackup Documentation]&amp;?field.tags=doc&amp;field.title=[DOC] ">file a bug</a>.
25
26 </div>
27+
28+
29
30 <div id="footer">
31
32@@ -319,7 +322,7 @@
33 Call us: 1-888-316-9775 • <a href="http://www.percona.com/contact">Contact Us</a><br>
34 MySQL and InnoDB are trademarks of Oracle Corp.<br>
35 Proudly running <a href="http://www.percona.com/software/percona-server/">Percona Server<span id="recentServerVersion"></span></a><br>
36- Copyright &copy; 2006-2013 Percona<br>
37+ Copyright &copy; 2013 Percona<br>
38 <a href="http://www.percona.com/about-us/policies/">Copyright, Trademark, and Privacy Policy</a> • <a href="http://www.percona.com/site_map/">Sitemap</a>
39 <span class="inv"><!--[CDATA[</noindex-->]]&gt;</span>
40 </div>
41
42=== added file 'doc/source/release-notes/2.1/2.1.7.rst'
43--- doc/source/release-notes/2.1/2.1.7.rst 1970-01-01 00:00:00 +0000
44+++ doc/source/release-notes/2.1/2.1.7.rst 2014-01-21 08:34:09 +0000
45@@ -0,0 +1,31 @@
46+============================
47+ |Percona XtraBackup| 2.1.7
48+============================
49+
50+Percona is glad to announce the release of |Percona XtraBackup| 2.1.7 on January 22nd 2013. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/XtraBackup-2.1.7/>`_ and :doc:`Percona Software Repositories </installation>`.
51+
52+This release is the current GA (Generally Available) stable release in the 2.1 series.
53+
54+New Features
55+------------
56+
57+ |Percona XtraBackup| has now been rebased on |MySQL| versions 5.1.73, 5.5.35, 5.6.15 and |Percona Server| versions 5.1.73-rel14.11 and 5.5.35-rel33.0.
58+
59+Bugs Fixed
60+----------
61+
62+ After being rebased on |MySQL| 5.6.11 |Percona XtraBackup| has been affected by the upstream bug :mysqlbug:`69780`. Fixed by rebasing |Percona XtraBackup| on |MySQL| 5.6.15 which contains a fix for the upstream bug. Bug fixed :bug:`1203669`.
63+
64+ Backup directory would need to be specified even for running the |innobackupex| with :option:`innobackupex --help` and :option:`innobackupex --version` options. Bug fixed :bug:`1223716`.
65+
66+ When creating an incremental backup with the changed page tracking feature available in |Percona Server|, |innobackupex| would fail if the server had the ``ANSI_QUOTES`` SQL mode enabled. Bug fixed :bug:`1248331`.
67+
68+ When :option:`innobackupex --galera-info` is specified and |Percona XtraDB Cluster| is using ``GTID`` replication (version 5.6 only), |innobackupex| will execute ``FLUSH BINARY LOGS`` and then carry the current binary log as indicated in ``SHOW MASTER STATUS`` into the backup set. Bug fixed :bug:`1250375`.
69+
70+ |Percona XtraBackup| did not roll back prepared XA transactions when applying the log. Which was a regression introduced with the original port of |Percona XtraBackup| patches to 5.6. Fixed by restoring code that has been lost in the port. Bug fixed :bug:`1254227`.
71+
72+ |Percona XtraBackup| now uses ``libgcrypt`` built in randomization functions for setting the Initialization Vector. Bug fixed :bug:`1255300`.
73+
74+ ``xtrabackup_56`` didn't support ``ALL_O_DIRECT`` option for `innodb_flush_method <http://www.percona.com/doc/percona-server/5.6/scalability/innodb_io.html#innodb_flush_method>`_ in |Percona Server| 5.6. Bug fixed :bug:`1261877`.
75+
76+Other bugs fixed: :bug:`1255019`, :bug:`1268325`, :bug:`1265759`, :bug:`1269694`.

Subscribers

People subscribed via source and target branches