Hello community, here is the log from the commit of package percona-toolkit for openSUSE:Factory checked in at 2013-10-17 20:38:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/percona-toolkit (Old) and /work/SRC/openSUSE:Factory/.percona-toolkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "percona-toolkit" Changes: -------- --- /work/SRC/openSUSE:Factory/percona-toolkit/percona-toolkit.changes 2013-07-19 17:23:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.percona-toolkit.new/percona-toolkit.changes 2013-10-17 20:43:32.000000000 +0200 @@ -1,0 +2,25 @@ +Thu Oct 17 11:39:27 UTC 2013 - [email protected] + +- update to 2.2.5: + * Query_time histogram has been added to the pt-query-digest JSON + output, not the actual chart but the values necessary to render + the chart later, so the values for each bucket. + * As of pt-table-checksum 2.2.5, skipped chunks cause a non-zero + exit status. An exit status of zero or 32 is equivalent to a zero + exit status with skipped chunks in previous versions of the tool. + * New --no-drop-triggers option has been implemented for + pt-online-schema-change in case users want to rename the tables + manually, when the load is low. + * New --new-table-name option has been added to + pt-online-schema-change which can be used to specify the + temporary table name. +- Bugs Fixed: + * pt-archiver would delete the data even with the --dry-run option. + * pt-query-digest didn’t distill LOAD DATA correctly. + * pt-query-digest didn’t distill INSERT/REPLACE without INTO + correctly. + * pt-agent docs were referencing wrong web address. + * pt-table-checksum --recursion-method=cluster option would crash + if no nodes were found. + +------------------------------------------------------------------- Old: ---- percona-toolkit-2.2.4.tar.gz New: ---- percona-toolkit-2.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ percona-toolkit.spec ++++++ --- /var/tmp/diff_new_pack.9fU6MV/_old 2013-10-17 20:43:32.000000000 +0200 +++ /var/tmp/diff_new_pack.9fU6MV/_new 2013-10-17 20:43:32.000000000 +0200 @@ -20,7 +20,7 @@ Summary: Advanced MySQL and system command-line tools License: GPL-2.0 Group: Productivity/Databases/Tools -Version: 2.2.4 +Version: 2.2.5 Release: 0 Url: https://www.percona.com/software/percona-toolkit/ Source: https://www.percona.com/redir/downloads/%{name}/%{version}/%{name}-%{version}.tar.gz @@ -57,6 +57,8 @@ %prep %setup -q +# remove backup files from tarball +find -type f -name "*.~?~" -exec rm -v {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null ++++++ percona-toolkit-2.2.4.tar.gz -> percona-toolkit-2.2.5.tar.gz ++++++ ++++ 382653 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
