1
0

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:
2013-10-17 11:51:15 +00:00
committed by Git OBS Bridge
parent 9cb2da1f4a
commit a174a05725
4 changed files with 31 additions and 4 deletions

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