mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 23:40:58 +00:00
Fix bug 968596: rename NibbleIterator::chunk_size() to limit() and update ptc and pt-osc.
This commit is contained in:
@@ -206,9 +206,9 @@ ok(
|
||||
);
|
||||
|
||||
is(
|
||||
$ni->chunk_size(),
|
||||
5,
|
||||
"chunk_size()"
|
||||
$ni->limit(),
|
||||
4,
|
||||
"limit()"
|
||||
);
|
||||
|
||||
# ############################################################################
|
||||
|
Reference in New Issue
Block a user