Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2013-05-13 16:08:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xtrabackup (Old)
 and      /work/SRC/openSUSE:Factory/.xtrabackup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xtrabackup"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes    2013-03-22 
13:07:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes       
2013-05-13 16:08:04.000000000 +0200
@@ -1,0 +2,50 @@
+Tue May  7 18:36:24 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 2.0.7 [bnc#818819]
+- new features:
+  * implemented full support for new MySQL 5.6 features
+  * implemented support for the InnoDB Buffer Pool Preloading 
+  * Time interval between checks done by log copying thread is now 
+    configurable by innobackupex --log-copy-interval. 
+  * now stores the GTID value in the xtrabackup_binlog_info with
+    MySQL and Percona Server 5.6 with the GTID mode enabled. 
+  * --export now supports transportable tablespaces in MySQL 5.6
+- bugs fixed
+  * innobackupex could crash when taking the 5.6 backup due to 
+     linking the wrong SSL library
+  * Percona XtraBackup would crash when preparing the 5.6 backup 
+    with partitioned tables. Bug fixed #1169169.
+  * Tables that were dropped between taking a full backup and an 
+    incremental one were present in the full backup directory, and 
+    were not removed when incremental backups has been merged
+  * Percona XtraBackup would leave stale xtrabackup_tmp* files in 
+    the datadir after applying incremental backups.
+  * Fixed couple of warnings found in innobackupex when all warnings 
+    have been made FATAL.
+  * If there are thousands of tables and slow IO then XtraBackup 
+    can spend a lot of time opening all the tablespaces. Optimization
+    has been implemented and XtraBackup now avoids loading 
+    non-relevant tablespaces when partial backup is being taken 
+    which speeds up the backup process.
+  * Percona XtraBackup didn’t initialize per-thread data in the 
+    log copying thread which could cause XtraBackup to crash.
+  * Percona XtraBackup would fail when preparing the MySQL 5.6 backup 
+    if the log files were bigger than 4G on the source server.
+  * Due to different implementation in MySQL 5.6 error messages were 
+    not printed to stderr directly. Because of that all InnoDB error
+    or diagnostic messages are never printed by xtrabackup_56
+  * innobackupex would still run with FLUSH TABLES WITH READ LOCK
+    even if xtrabackup would fail when copying logs. Fixed by 
+    terminating xtrabackup process immediately on log copying failure
+  * innobackupex would fail if the SQL_MODE was set to ANSI_QUOTES.
+  * Missing space_id from *.ibd.meta would lead to assertion. Fixed 
+    by replacing the assertion with the error message.
+  * Fixed the typo in the innobackupex error output.
+  * When building from source innodb56 target didn’t have an option to 
+    disable DTrace like innodb55 has. Fixed by adding 
+    -DENABLE_DTRACE=OFF build option for innodb56 as well.
+  * innobackupex wasn’t handling the innodb_data_file_path option 
+    which could cause backup to fail.
+  * Redundant code has been removed from xtrabackup.cc.
+
+-------------------------------------------------------------------

Old:
----
  percona-xtrabackup-2.0.6-nodoc.tar.gz

New:
----
  percona-xtrabackup-2.0.7-nodoc.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xtrabackup.spec ++++++
--- /var/tmp/diff_new_pack.6ywDNL/_old  2013-05-13 16:08:09.000000000 +0200
+++ /var/tmp/diff_new_pack.6ywDNL/_new  2013-05-13 16:08:09.000000000 +0200
@@ -24,7 +24,7 @@
 License:        GPL-2.0
 Group:          Productivity/Databases/Tools
 Name:           xtrabackup
-Version:        2.0.6
+Version:        2.0.7
 Release:        0
 Url:            http://www.percona.com/software/percona-xtrabackup/
 Source:         percona-xtrabackup-%{version}-nodoc.tar.gz

++++++ percona-xtrabackup-2.0.6-nodoc.tar.gz -> 
percona-xtrabackup-2.0.7-nodoc.tar.gz ++++++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.0.6-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.0.7-nodoc.tar.gz
 differ: char 5, line 1

++++++ xtrabackup-nodoc.sh ++++++
--- /var/tmp/diff_new_pack.6ywDNL/_old  2013-05-13 16:08:09.000000000 +0200
+++ /var/tmp/diff_new_pack.6ywDNL/_new  2013-05-13 16:08:09.000000000 +0200
@@ -14,7 +14,7 @@
 # published by the Open Source Initiative.
 #
 
-XTRABACKUP_VERSION=2.0.6
+XTRABACKUP_VERSION=2.0.7
 MYSQL51_VERSION=5.1.59
 MYSQL55_VERSION=5.5.17
 MYSQL56_VERSION=5.6.10

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to