mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 06:00:14 +00:00
Pass nibbleno to callbacks.
This commit is contained in:
@@ -174,6 +174,7 @@ sub next {
|
||||
$callback->(
|
||||
dbh => $self->{dbh},
|
||||
tbl => $self->{tbl},
|
||||
nibbleno => $self->{nibbleno},
|
||||
);
|
||||
}
|
||||
$self->{rowno} = 0;
|
||||
@@ -193,6 +194,7 @@ sub next {
|
||||
sth => $self->{nibble_sth},
|
||||
lb => $self->{lb},
|
||||
ub => $self->{ub},
|
||||
nibbleno => $self->{nibbleno},
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user