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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Sergei Glushchenko
Approved revision: no longer in the source branch.
Merged at revision: 5043
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.2.6-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 57 lines (+39/-2)
2 files modified
storage/innobase/xtrabackup/doc/source/conf.py (+2/-2)
storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.6.rst (+37/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.2.6-2.2
Reviewer Review Type Date Requested Status
Sergei Glushchenko (community) Approve
Review via email: mp+240251@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sergei Glushchenko (sergei.glushchenko) :
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-09-30 09:43:35 +0000
3+++ storage/innobase/xtrabackup/doc/source/conf.py 2014-11-03 11:53:23 +0000
4@@ -51,9 +51,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '2.2.5'
9+version = '2.2.6'
10 # The full version, including alpha/beta/rc tags.
11-release = '2.2.5'
12+release = '2.2.6'
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.6.rst'
18--- storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.6.rst 1970-01-01 00:00:00 +0000
19+++ storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.6.rst 2014-11-03 11:53:23 +0000
20@@ -0,0 +1,37 @@
21+============================
22+ |Percona XtraBackup| 2.2.6
23+============================
24+
25+Percona is glad to announce the release of |Percona XtraBackup| 2.2.6 on November 3rd 2014. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/2.2.6/>`_ 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+New Features
30+------------
31+
32+ |Percona XtraBackup| now reads server options from ``SHOW VARIABLES`` rather than :file:`my.cnf` configuration file.
33+
34+ |Percona XtraBackup| now has more verbose output during initial table scan (it will now print a diagnostic message before performing a tablespace scan, which may take a long time on systems with large numbers of tablespaces) and before starting a backup/apply-log/copy-back operation in innobackupex (it will now print a diagnostic message with a timestamp to make it easier for users to get duration of the operation.)
35+
36+Bugs Fixed
37+----------
38+
39+ |innobackupex| didn't take the default datadir, which caused backups to fail if the datadir wasn't specified in the :file:`my.cnf` configuration file. Bug fixed :bug:`936934`.
40+
41+ |innobackupex| will now fail with an error when :option:`innobackupex --slave-info` is used on a multi-threaded non-GTID slave, because ``Exec_Master_Log_Pos`` cannot be trusted for a multi-threaded slave. Bug fixed :bug:`1372679`.
42+
43+ InnoDB log scanning failure (bug :mysqlbug:`60788`) would cause backups to fail. Fixed by porting the fix from |MySQL| 5.7. Bug fixed :bug:`1375383`.
44+
45+ Options :option:`innobackupex --apply-log` and :option:`innobackupex --decompress` weren't marked as mutually exclusive, ie. if they were both specified, only :option:`innobackupex --decompress` would work, which could lead to |MySQL| instance being started with an unprepared backup. Fixed by making mutually exclusive categories of options: 1. :option:`innobackupex --decompress`, :option:`innobackupex --decrypt`; 2. :option:`innobackupex --copy-back`; 3. :option:`innobackupex --move-back`; 4. :option:`innobackupex --apply-log`. Bug fixed :bug:`1376874`.
46+
47+ |innobackupex| wasn't creating directories specified in :option:`innodb_data_home_dir` and :option:`innodb_log_group_home_dir` when :option:`innobackupex --copy-back` option was used. Bug fixed :bug:`1382347`.
48+
49+ |Percona XtraBackup| now supports all option modifiers supported by upstream MySQL: skip, disable, enable, maximum, loose. Bug fixed :bug:`664128`.
50+
51+ |Percona Xtrabackup| would fail to perform a full backup on |Percona Server| 5.5 if :option:`innodb_log_file_size` variable wasn't set in the ``[mysqld]`` section of :file:`my.cnf`. Bug fixed :bug:`1334062`.
52+
53+Other bugs fixed: :bug:`1379905`, :bug:`1386013`, :bug:`1072695`, :bug:`1375241`, :bug:`1182841`, and :bug:`1343722`.
54+
55+All of Percona's software is open-source and free, all the details of the release can be found in the `2.2.6 milestone <https://launchpad.net/percona-xtrabackup/+milestone/2.2.6>`_ at Launchpad. Bugs can be reported on the `launchpad bug tracker <https://bugs.launchpad.net/percona-xtrabackup/+filebug>`_.
56+
57+

Subscribers

People subscribed via source and target branches