File: rn.3-0-2.txt

package info (click to toggle)
percona-toolkit 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 68,916 kB
  • sloc: perl: 241,287; sql: 22,868; sh: 19,746; javascript: 6,799; makefile: 353; awk: 38; python: 30; sed: 1
file content (31 lines) | stat: -rw-r--r-- 1,316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

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