Accepting request 212380 from server:database
update to 2.2.6 [bnc#856861] (forwarded request 212379 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/212380 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/percona-toolkit?expand=0&rev=15
This commit is contained in:
commit
377b2442cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4066d2b605d3eff7f46bfe6b4f1bd77daecdf81d213a2c015c15a8ec6eb0be4
|
||||
size 1447292
|
3
percona-toolkit-2.2.6.tar.gz
Normal file
3
percona-toolkit-2.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24cd6924080ef235b770b3d6ab7f0ec4a023ceee1a9c7a50f983fdc6fc2787c8
|
||||
size 1453461
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 21:35:21 UTC 2013 - andreas.stieger@gmx.de
|
||||
|
||||
- update to 2.2.6 [bnc#856861]
|
||||
Strongly recommended bugfix release fixing potential data loss
|
||||
- highlighted fixes:
|
||||
* pt-table-sync deletes child table rows
|
||||
In the worst case, pt-table-sync could delete all rows in child
|
||||
tables. Now pt-table-sync has option --[no]check-child-tables
|
||||
which is on by default. In cases were this can be triggered,
|
||||
pt-table-sync prints a warning and skips the table.
|
||||
* pt-duplicate-key-checker misses exact duplicate unique indexes
|
||||
* pt-online-schema-change gets stuck looking for its own _new table
|
||||
* pt-mysql-summary schema dump prompt can't be disabled
|
||||
pt-mysql-summary no longer prompts to dump and summarize schemas.
|
||||
To do this, you must specify --databases or, a new option,
|
||||
--all-databases. Potentially backwards-incompatible change.
|
||||
- added options:
|
||||
* Added pt-query-digest support for Percona Server slow log rate limiting
|
||||
* Added pt-agent --ping
|
||||
* Added pt-mysql-summary --all-databases
|
||||
* Added pt-stalk --sleep-collect
|
||||
* Added pt-table-sync --[no]check-child-tables
|
||||
- further changes:
|
||||
* PTDEBUG prints some info to STDOUT
|
||||
* pt-agent requires restart after changing MySQL options
|
||||
* pt-agent --install on PXC is not documented
|
||||
* pt-agent --install doesn’t check for previous install
|
||||
* pt-agent --install suggest MySQL user isn’t quoted
|
||||
* pt-agent --install error about slave is confusing
|
||||
* pt-agent --uninstall fails if agent is running
|
||||
* pt-agent docs don’t list privs required for its MySQL user
|
||||
* pt-deadlock-logger docs use pt-fk-error-logger
|
||||
* pt-duplicate-key-checker error when EXPLAIN key_len=0
|
||||
* pt-query-digest stats prints to STDOUT instead of STDERR
|
||||
* pt-stak error parsing df with NFS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 20 14:10:18 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.5
|
||||
Version: 2.2.6
|
||||
Release: 0
|
||||
Url: https://www.percona.com/software/percona-toolkit/
|
||||
Source: https://www.percona.com/redir/downloads/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user