Untested but working first attempt to nibble rows below first lower boundary and above last upper boundary.

This commit is contained in:
Daniel Nichter
2011-11-14 17:53:46 -07:00
parent fbb80008de
commit 6dd46590e2
2 changed files with 196 additions and 7 deletions

View File

@@ -20,6 +20,10 @@ $ENV{PERCONA_TOOLKIT_TEST_USE_DSN_NAMES} = 1;
use Data::Dumper;
use PerconaTest;
use Sandbox;
# Fix @INC because pt-table-checksum uses subclass OobNibbleIterator.
shift @INC; # our unshift (above)
shift @INC; # PerconaTest's unshift
require "$trunk/bin/pt-table-checksum";
my $dp = new DSNParser(opts=>$dsn_opts);