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
This commit is contained in:
Andreas Stieger 2013-10-17 11:51:15 +00:00 committed by Git OBS Bridge
parent dd79cdbec8
commit bca9275340
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e9b26046e7bce0eca9e3598f9c05435b75960d7d81e0dba5e65b00587514ee9
size 1442080

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cea954b1f83d7949f5d4761c0b81a6cb646823d30546a0795a9d8fde9f8083b
size 4309801

View File

@ -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 didnt distill LOAD DATA correctly.
* pt-query-digest didnt 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

View File

@ -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