I
8e334d9ed2
PT-1974: Support fingerprinting for --print in pt-kill ( #495 )
...
* PT-1974: Support fingerprinting for --print in pt-kill
This commit implements `--fingerprint` that modifies the `--print`
behaviour and forces the query fingerprint to be displayed instead of an
original query.
* Added changelog entry.
2021-06-24 11:40:32 -03:00
yoku0825
dcf237ef8c
Fix test PT-1966 ( #493 )
...
* Detect raising error for PT-1966
* Fix non-duplicated column name for PT-1966
* More good way to catch an error. (PT-1966)
- https://github.com/percona/percona-toolkit/pull/493#pullrequestreview-678426876
* Add Changelog (PT-1966)
- https://github.com/percona/percona-toolkit/pull/493
2021-06-17 10:28:54 -03:00
Sergey Kuzmichev
49b570ed0c
Fix for PT-1965 mysql-only lacks mysqladmin output ( #492 )
...
* Fix for PT-1965 mysql-only lacks mysqladmin output
This is a fix for PT-1965. Moved mysqladmin execution out of an if block
that contains stuff executed only when --mysql-only is not specified.
Before this fix, mysqladmin was not executed with --mysql-only.
* PT-1965: updated changelog to reflect the bug fixed
2021-06-10 08:43:07 -03:00
Carlos Salguero
c47ac4d4df
PT release 3.3.1 testing branch ( #486 )
...
* PT release 3.3.1 testing branch
* Update pkgs version
* Updated version from build script
2021-04-30 10:08:05 -03:00
Carlos Salguero
4f78d5450c
PT-1919 drop-swap can drop triggers ( #483 )
...
* PT-1919 drop-swap can drop triggers
* PT-1919 Update changelog
2021-03-05 11:32:03 -03:00
Carlos Salguero
e1b7a6a1fd
PT-1857 heartbeat can't reconnect ( #475 )
...
* PT-1857 pt-heartbeat reconnect
* PT-1857 Updated changelog
2020-12-24 16:23:42 -03:00
Carlos Salguero
e731cf4d83
PT-1881 Updated changelog
2020-10-27 19:17:02 -03:00
Carlos Salguero
03bd58e3a3
Updated changelog
2020-10-13 08:26:34 -03:00
Carlos Salguero
1090f017a1
Updated changelog
2020-09-30 11:06:15 -03:00
Carlos
232263f176
Updated Percona::Toolkit version and changelog
2020-08-12 14:46:09 -03:00
Carlos
5d00a14b94
Updated changelog
2020-08-12 13:48:58 -03:00
Carlos Salguero
4c8fc31ba2
Updated changelog
2020-04-22 10:08:44 -03:00
Carlos Salguero
71630d9a6d
Update PT version to 3.2
2020-04-22 09:54:40 -03:00
Carlos Salguero
f79e153d9d
PT-1793 Updated changelog
2020-01-15 17:53:56 -03:00
Carlos Salguero
69105900f8
PT=1759 Updated changelog
2019-09-13 11:19:36 -03:00
Carlos Salguero
ed6ebcedbd
Updated changelog and tests
2019-09-06 06:25:52 -03:00
Carlos Salguero
b7905fcb74
Updated changelog to include PT-1633
2019-01-29 09:02:54 -03:00
Carlos Salguero
e85ce15ef2
Reverted PT-1114. Updated changelog
2019-01-08 10:33:58 -03:00
Evgeniy Patlan
5159bd333f
Build percona-toolkit-3.0.13
2018-12-28 08:55:28 +00:00
Carlos Salguero
063d16b03f
RM-422 Updated changelog & library version
2018-12-19 15:25:01 -03:00
Carlos Salguero
e3a693afcf
release-3.0.12 fixed release notes
2018-09-13 08:39:13 -03:00
EvgeniyPatlan
2cb3533611
Build repcona-toolkit-3.0.12
2018-09-11 11:22:26 +00:00
Carlos Salguero
ffc0fd9ae2
RM-387 Updated version, changelog and release notes
2018-09-10 17:01:41 -03:00
Evgeniy Patlan
6e5c5c5e6d
Build percon-toolkit-3.0.11
2018-07-06 15:09:17 +00:00
Carlos Salguero
7cea40255b
Updated changelog
2018-07-06 11:09:48 -03:00
Carlos Salguero
d4d9d74543
Updated rn y changelog
2018-07-06 11:05:44 -03:00
Evgeniy Patlan
f0981642e5
Build percona-toolkit-3.0.11
2018-07-03 12:57:01 +00:00
Carlos Salguero
440194097e
Updated changelog and release notes
2018-07-02 10:26:05 -03:00
Carlos Salguero
41df469802
Update changelog for 3.0.11
2018-06-26 16:32:42 -03:00
Carlos Salguero
14c1365a42
Merge branch '3.0' into PT-1554-more-MySQL8-tests
2018-06-14 14:37:35 -03:00
Carlos Salguero
602c1f0ea2
PT-1570 pt-archiver fails to detect columns with the word GENERATED as part of the comment
2018-06-14 14:15:20 -03:00
Carlos Salguero
5a47bac4d4
PT-1554 Fixed tests for duplicate key checker
2018-06-14 10:45:36 -03:00
Carlos Salguero
588714cfad
Updated Changelog for PT-241 & PT-242
2018-06-13 12:01:16 -03:00
Carlos Salguero
77afc948fc
PT-1563 Updated changelog
2018-05-28 15:31:40 -03:00
Carlos Salguero
a4293bbe9e
Updated changelog
2018-05-28 12:49:06 -03:00
Evgeniy Patlan
a4db86e026
Build percona-toolkit-3.0.10
2018-05-21 17:38:57 +00:00
Carlos Salguero
0f2faa355b
RM-358 Release branch for 3.0.10
...
Updated Changelog & Toolkit version
2018-05-18 14:42:20 -03:00
Carlos Salguero
c2815ec312
PT-1546 Improved MySQL 8 roles support
...
This fix adds these improvements:
- Only used roles are being dumped.
- Do no treat roles as regular users so, using --drop won't affect roles.
- If --only=user is specified, only roles for that user will be dumped.
- Specifying --only=role,user will ignore role (as per item #2 ) so the
role will be dumped ONLY if it was granted to 'user'
- Added new parameter --[no]include-unused-roles
Tags: pt-show-grants
Resolves: PT-1525
See also: PT-1488
2018-04-26 17:20:42 -03:00
Carlos Salguero
063ccb3c6f
Revert "Merge pull request #320 from percona/PT-1488_mysql_8_support_pt-show-grants"
...
This reverts commit b90043ff0b
, reversing
changes made to d8a2466666
.
2018-04-19 14:59:36 -03:00
Carlos Salguero
1f3a0eaa77
Merge branch 'pt-secure-data' into release-3.0.9
2018-04-18 12:54:20 -03:00
Carlos Salguero
d4104558b5
PT-1501 New tool pt-secure-collect
...
New tool to collect and sanitize pt-tools outputs
2018-04-18 12:36:29 -03:00
Carlos Salguero
ce3ac11fff
Reverted Changelog for PT-131
2018-04-17 14:04:02 -03:00
Carlos Salguero
f97135be4d
Updated changelog
2018-04-17 09:17:46 -03:00
Evgeniy Patlan
2dc21af50e
Build percona-toolkit-3.0.9
2018-04-17 10:27:56 +00:00
Carlos Salguero
de62e35216
Merge branch '3.0' into PT-1530
2018-04-13 15:27:10 -03:00
Carlos Salguero
3eccfcef4d
PT-1530 Add support for encryption status to mysql-summary
2018-04-13 15:08:10 -03:00
Carlos Salguero
915b10c77d
PT-1527 Updated changelog
2018-04-12 10:31:01 -03:00
Carlos Salguero
1c633c1015
Updated changelog with PT-1525
2018-04-06 15:43:35 -03:00
Carlos Salguero
a7577dc420
PT-1526 updated changelog)
2018-04-04 09:31:47 -03:00
Carlos Salguero
2bb4f481dc
Merged PR #308 and updated changelog
2018-03-28 14:24:57 -03:00