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