mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
PT-96 Fixed LOCAL DATA INFILE commands and JSON format
This commit is contained in:
@@ -4,7 +4,7 @@ BEGIN {
|
||||
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";
|
||||
$ENV{PTTEST_PRETTY_JSON} = 1;
|
||||
$ENV{PTTEST_PRETTY_JSON} = 0;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user