From bca927534005e3d25348bac380d1ea2603de21917e5501c2864d88fc012eeaf9 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 17 Oct 2013 11:51:15 +0000 Subject: [PATCH] Accepting request 203612 from home:AndreasStieger:branches:server:database Percona Toolkit 2.2.5 OBS-URL: https://build.opensuse.org/request/show/203612 OBS-URL: https://build.opensuse.org/package/show/server:database/percona-toolkit?expand=0&rev=23 --- percona-toolkit-2.2.4.tar.gz | 3 --- percona-toolkit-2.2.5.tar.gz | 3 +++ percona-toolkit.changes | 25 +++++++++++++++++++++++++ percona-toolkit.spec | 4 +++- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 percona-toolkit-2.2.4.tar.gz create mode 100644 percona-toolkit-2.2.5.tar.gz diff --git a/percona-toolkit-2.2.4.tar.gz b/percona-toolkit-2.2.4.tar.gz deleted file mode 100644 index c3d1496..0000000 --- a/percona-toolkit-2.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e9b26046e7bce0eca9e3598f9c05435b75960d7d81e0dba5e65b00587514ee9 -size 1442080 diff --git a/percona-toolkit-2.2.5.tar.gz b/percona-toolkit-2.2.5.tar.gz new file mode 100644 index 0000000..a759e4c --- /dev/null +++ b/percona-toolkit-2.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cea954b1f83d7949f5d4761c0b81a6cb646823d30546a0795a9d8fde9f8083b +size 4309801 diff --git a/percona-toolkit.changes b/percona-toolkit.changes index 9e92d3b..357ddfd 100644 --- a/percona-toolkit.changes +++ b/percona-toolkit.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Oct 17 11:39:27 UTC 2013 - andreas.stieger@gmx.de + +- 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. + ------------------------------------------------------------------- Thu Jul 18 22:34:14 UTC 2013 - andreas.stieger@gmx.de diff --git a/percona-toolkit.spec b/percona-toolkit.spec index 3860bfa..ca4ac76 100644 --- a/percona-toolkit.spec +++ b/percona-toolkit.spec @@ -20,7 +20,7 @@ Name: percona-toolkit 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 @@ This collection was formerly known as Maatkit. %prep %setup -q +# remove backup files from tarball +find -type f -name "*.~?~" -exec rm -v {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null