Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620080 - dev-db/percona-toolkit-3.0.7 version bump
Summary: dev-db/percona-toolkit-3.0.7 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-29 08:28 UTC by Tomáš Mózes
Modified: 2018-03-07 03:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-05-29 08:28:45 UTC
v3.0.3 released 2017-05-18

Percona Toolkit 3.0.3 includes the following changes:

New Features

    Added the --skip-check-slave-lag option for pt-table-checksum, pt-online-schema-change, and pt-archiver.

    This option can be used to specify list of servers where to skip checking for slave lag.

    1642754: Added support for collecting replication slave information in pt-stalk.

    PT-111: Added support for collecting information about variables from Performance Schema in pt-stalk. For more information, see 1642753.

    PT-116: Added the --[no]use-insert-ignore option for pt-online-schema-change to force or prevent using IGNORE on INSERT statements. For more information, see 1545129.

Bug Fixes

    PT-115: Fixed OptionParser to accept repeatable DSNs.
    PT-126: Fixed pt-online-schema-change to correctly parse comments. For more information, see 1592072.
    PT-128: Fixed pt-stalk to include memory usage information. For more information, see 1510809.
    PT-130: Fixed pt-mext to work with non-empty RSA public key. For more information, see 1587404.
    PT-132: Fixed pt-online-schema-change to enable --no-drop-new-table when --no-swap-tables and --no-drop-triggers are used.

Changelog
v3.0.2 released 2017-03-27

Percona Toolkit 3.0.2 includes the following changes:

New Features

    PT-73: Added support for SSL connections to pt-mongodb-summary and pt-mongodb-query-digest
    1642751: Enabled gathering of information about locks and transactions by pt-stalk using Performance Schema if it is enabled (Thanks Agustin Gallego)

Bug Fixes

    PT-74: Fixed gathering of security settings when running pt-mongodb-summary on a mongod instance that is specified as the host
    PT-75: Changed the default sort order in pt-mongodb-query-digest output to descending
    PT-76: Added support of & and # symbols in passwords for pt-mysql-summary
    PT-77: Updated Makefile to support new MongoDB tools
    PT-89: Fixed pt-stalk to run top more than once to collect useful CPU usage
    PT-93: Fixed pt-mongodb-query-digest to make query ID match query key (Thanks Kamil Dziedzic)
    PT-94: Fixed pt-online-schema-change to not make duplicate rows in _t_new when updating primary key. Also see 1646713.
    PT-101: Fixed pt-table-checksum to correctly use the --slave-user and --slave-password options. Also see 1651002.
    PT-105: Fixed pt-table-checksum to continue running if a database is dropped in the process

v3.0.1 released 2017-02-20

Percona Toolkit 3.0.1 GA includes the following changes:

    Added requirement to run pt-mongodb-summary as a user with the clusterAdmin or root built-in roles.

v3.0 released 2017-02-06

Percona Toolkit 3.0.0 RC includes the following changes:

New Features

    Added pt-mongodb-summary tool
    Added pt-mongodb-query-digest tool

Bug fixes

    1402776: Updated MySQLProtocolParser to fix error when parsing tcpdump capture with pt-query-digest
    1632522: Fixed failure of pt-online-schema-change when altering a table with a self-referencing foreign key (Thanks Amiel Marqeta)
    1654668: Fixed failure of pt-summary on Red Hat and derivatives (Thanks Marcelo Altmann)
Comment 1 Larry the Git Cow gentoo-dev 2018-03-07 03:06:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf114895d595094234002915305adbed55514586

commit bf114895d595094234002915305adbed55514586
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2018-03-07 03:06:15 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-03-07 03:06:16 +0000

    dev-db/percona-toolkit: bump to 3.0.7
    
    Closes: https://github.com/gentoo/gentoo/pull/7373
    Closes: https://bugs.gentoo.org/620080
    
    Package-Manager: Portage-2.3.24, Repoman-2.3.6
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-db/percona-toolkit/Manifest                    |   1 +
 .../percona-toolkit-3.0.7-fix-package-name.patch   |  13 ++
 .../percona-toolkit-3.0.7-no-versioncheck.patch    | 216 +++++++++++++++++++++
 .../percona-toolkit/percona-toolkit-3.0.7.ebuild   |  42 ++++
 4 files changed, 272 insertions(+)