mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 08:57:24 +00:00
Partial --resume implementation (work in progress).
This commit is contained in:
@@ -74,7 +74,7 @@ sub make_nibble_iter {
|
||||
Schema => $schema,
|
||||
%common_modules,
|
||||
);
|
||||
1 while $si->next_schema_object();
|
||||
1 while $si->next();
|
||||
|
||||
my $ni = new NibbleIterator(
|
||||
dbh => $dbh,
|
||||
|
Reference in New Issue
Block a user