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

@@ -1,8 +1,7 @@
#!/usr/bin/env perl
BEGIN {
die "The PERCONA_TOOLKIT_BRANCH environment variable is not set. See http://code.google.
com/p/maatkit/wiki/Testing"
die "The PERCONA_TOOLKIT_BRANCH environment variable is not set.\n"
unless $ENV{PERCONA_TOOLKIT_BRANCH} && -d $ENV{PERCONA_TOOLKIT_BRANCH};
unshift @INC, "$ENV{PERCONA_TOOLKIT_BRANCH}/lib";