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
This commit is contained in:
Sergey Kuzmichev
2021-06-10 14:43:07 +03:00
committed by GitHub
parent 0b97e1f471
commit 49b570ed0c
2 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ Changelog for Percona Toolkit
* Fixed bug PT-1914: Column data lost when 'Generated' is in the column comment
* Fixed bug PT-1919: pt-online-schema change drop_swap can lose triggers. (Thanks Bob)
* Fixed bug PT-1943: BEFORE triggers are dropped after pt-online-schema-change run
* Fixed bug PT-1965: pt-stalk --mysql-only doesn't collect mysqladmin outputs (Thanks Sergey Kuzmichev)
v3.3.0 release 2021-01-14