1
0

Accepting request 445317 from home:AndreasStieger:branches:server:database

Percona Toolkit 2.2.20

OBS-URL: https://build.opensuse.org/request/show/445317
OBS-URL: https://build.opensuse.org/package/show/server:database/percona-toolkit?expand=0&rev=56
This commit is contained in:
2016-12-11 13:35:37 +00:00
committed by Git OBS Bridge
parent c7ac548be9
commit 0bc927773c
5 changed files with 119 additions and 76 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Sun Dec 11 13:20:39 UTC 2016 - astieger@suse.com
- Percona Toolkit 2.2.20
- new features:
* pt-query-digest numbers in table or column names converted to
question marks (--preserve-embedded-numbers)
* Added pause to NibbleIterator
* --data-dir parameter in order to create the table on a different
partition
* with pt-table-checksum automatically exclude checking schemas
named percona, percona_schema
* pt-online-schema-change Added --remove-data-dir feature
* Add Transparent huge pages info to pt-summary
* Add Memory management library to pt-mysql-summary
- bug fixes:
* Fixed several typos in the doc
* pt-slave-restart fails on MariaDB 10.0.13
* pt-show-grants fails against MariaDB10+
* pt-online-schema-change misses data. Fixed sort order for
ENUM fields
* pt-online-schema-change doesn't apply underscores to foreign
keys individually
* pt-upgrade fails with SELECT INTO
* pt-slave-restart --config does not recognize = as separator
- includes changes from 2.2.19:
* Recheck the list of slaves while OSC run
* pt-osc should error if server is a slave in row based
replication
* pt-table-checksum should force replica table charset to utf8
* Added --create-table-engine param to pt-heartbeat
* SlowLogParser is able to handle dates in RFC339 format for
MySQL 5.7
* pt-kill leaks memory each time it kills a query
* Large BLOB/TEXT/BINARY Produces NULL Checksum
* Fixed pt-archiver deletes wrong rows #103
* Added --slave-user and --slave-password to
pt-online-schema-change & pt-table-sync
* Handle GTID ranges where the left-side integer is larger than 9
* Remove extra word 'default' from the --verbose help
* add enum column type to is_char check so that values are
properly quoted
-------------------------------------------------------------------
Mon Jul 11 21:12:14 UTC 2016 - astieger@suse.com