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:
parent
dd79cdbec8
commit
bca9275340
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e9b26046e7bce0eca9e3598f9c05435b75960d7d81e0dba5e65b00587514ee9
|
||||
size 1442080
|
3
percona-toolkit-2.2.5.tar.gz
Normal file
3
percona-toolkit-2.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cea954b1f83d7949f5d4761c0b81a6cb646823d30546a0795a9d8fde9f8083b
|
||||
size 4309801
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user