PT-1595-percona toolkit docs still reference Maatkit (#591)

- Removed Maatkit left overs
- Keeped links to Maatkit bugs and wiki
- Updated brokn links
This commit is contained in:
Sveta Smirnova
2023-02-13 12:44:57 +03:00
committed by GitHub
parent bbe3170f2f
commit 0accdb3bd3
8 changed files with 10 additions and 29 deletions

View File

@@ -265,7 +265,7 @@ sub fill_in_dsn {
}
# Actually opens a connection, then sets some things on the connection so it is
# the way the Maatkit tools will expect. Tools should NEVER open their own
# the way the Percona tools will expect. Tools should NEVER open their own
# connection or use $dbh->reconnect, or these things will not take place!
sub get_dbh {
my ( $self, $cxn_string, $user, $pass, $opts ) = @_;