Accepting request 163364 from server:database
update to 2.2.1 (forwarded request 163363 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/163364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/percona-toolkit?expand=0&rev=8
This commit is contained in:
commit
c4b8f2f9e7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a4908845b48bf8e69be064d877da32d64e7c3436f21bd291f6b743aaad5e011
|
|
||||||
size 1479885
|
|
3
percona-toolkit-2.2.1.tar.gz
Normal file
3
percona-toolkit-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d3cf9b23bbf011be2f060dae8ded8b23375f631eb57b6c56d8d534048bdb74c
|
||||||
|
size 1343968
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 8 21:26:02 UTC 2013 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- update to 2.2.1
|
||||||
|
This is the first release in the 2.2 series. Users are advised to
|
||||||
|
re-read documentation for tools.
|
||||||
|
- new features:
|
||||||
|
* Support for MySQL 5.6
|
||||||
|
* Support for Percona XtraDB Cluster
|
||||||
|
- major updates:
|
||||||
|
* Redesigned pt-query-digest
|
||||||
|
* Redesigned pt-upgrade
|
||||||
|
* Redesigned pt-fk-error-logger
|
||||||
|
* Redesigned pt-deadlock-logger
|
||||||
|
- changed options:
|
||||||
|
* Changed --set-vars in all tools
|
||||||
|
* Renamed --retries to --tries in pt-online-schema-change
|
||||||
|
* Added --check-read-only to pt-heartbeat
|
||||||
|
* Added MySQL options to pt-mysql-summary
|
||||||
|
* Added MySQL options to pt-stalk
|
||||||
|
- removed switches:
|
||||||
|
* Removed --lock-wait-timeout from pt-online-schema-change (use --set-vars)
|
||||||
|
* Removed --lock-wait-timeout from pt-table-checksum (use --set-vars)
|
||||||
|
- removed tools:
|
||||||
|
* Removed pt-query-advisor
|
||||||
|
* Removed pt-tcp-model
|
||||||
|
* Removed pt-trend
|
||||||
|
* Removed pt-log-player
|
||||||
|
- new defaults:
|
||||||
|
* Enabled --version-check by default in all tools
|
||||||
|
- fixing the following bugs:
|
||||||
|
* Fixed bug: Several tools don't have --database
|
||||||
|
* Fixed bug: Quoter::serialize_list() doesn't handle multiple NULL values
|
||||||
|
* Fixed bug: pt-config-diff needs to parse wsrep_provider_options
|
||||||
|
* Fixed bug: pt-fk-error-logger --run-time works differently than pt-deadlock-logger --run-time
|
||||||
|
* Fixed bug: pt-online-schema-change doesn't retry RENAME TABLE
|
||||||
|
* Fixed bug: pt-online-schema-change blocks on metadata locks
|
||||||
|
* Fixed bug: pt-stalk --no-stalk silently clobbers other options, acts magically
|
||||||
|
* Fixed bug: pt-stalk truncates InnoDB status if there are too many transactions
|
||||||
|
* Fixed bug: pt-table-checksum doesn't warn if no slaves are found
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 15 21:29:01 UTC 2013 - andreas.stieger@gmx.de
|
Fri Feb 15 21:29:01 UTC 2013 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@ Name: percona-toolkit
|
|||||||
Summary: Advanced MySQL and system command-line tools
|
Summary: Advanced MySQL and system command-line tools
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
Version: 2.1.9
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://www.percona.com/software/percona-toolkit/
|
Url: https://www.percona.com/software/percona-toolkit/
|
||||||
Source: https://www.percona.com/redir/downloads/%{name}/%{version}/percona-toolkit-%{version}.tar.gz
|
Source: https://www.percona.com/redir/downloads/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} < 1140
|
%if 0%{?suse_version} < 1140
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user