mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-02-27 02:00:57 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user