mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Pass NibbleIterator obj to callbacks.
This commit is contained in:
@@ -207,6 +207,7 @@ sub next {
|
||||
ub => $self->{ub},
|
||||
nibbleno => $self->{nibbleno},
|
||||
explain_sth => $self->{explain_sth},
|
||||
NibbleIterator => $self,
|
||||
);
|
||||
}
|
||||
else {
|
||||
@@ -236,6 +237,7 @@ sub next {
|
||||
tbl => $self->{tbl},
|
||||
nibbleno => $self->{nibbleno},
|
||||
explain_sth => $self->{explain_sth},
|
||||
NibbleIterator => $self,
|
||||
);
|
||||
}
|
||||
$self->{rowno} = 0;
|
||||
|
Reference in New Issue
Block a user