mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Fix diff_where() for lower oob chunks. Add PT_TEST_NO_TRACE to remove /* trace messages */ from queries for testing, and remove trace messages from the sample output.
This commit is contained in:
@@ -4,6 +4,10 @@ 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";
|
||||
|
||||
# Don't add /* trace */ messages to --print queries becuase they
|
||||
# contain non-determinstic info like user, etc.
|
||||
$ENV{PT_TEST_NO_TRACE} = 1;
|
||||
};
|
||||
|
||||
use strict;
|
||||
|
Reference in New Issue
Block a user