mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-14 06:07:26 +00:00
PMM-11406 Another typo.
This commit is contained in:
@@ -11668,7 +11668,7 @@ sub check_orig_table {
|
||||
Cxn => $cxn,
|
||||
tbl => $orig_tbl,
|
||||
chunk_size => $o->get('chunk-size'),
|
||||
chunk_indx => $o->get('chunk-index'), # typos:ignore-line
|
||||
chunk_index => $o->get('chunk-index'),
|
||||
OptionParser => $o,
|
||||
TableParser => $tp,
|
||||
);
|
||||
|
@@ -79,8 +79,8 @@ sub new {
|
||||
#
|
||||
# TCP requests and responses form "sessions", which can be in one of these
|
||||
# statuses:
|
||||
# [Q]uerying - The remote host is sending the query to the server. # typos:ignore-line
|
||||
# [R]esponding - The server is replying back to the remote host.
|
||||
# Querying - The remote host is sending the query to the server.
|
||||
# Responding - The server is replying back to the remote host.
|
||||
sub parse_event {
|
||||
my ( $self, %args ) = @_;
|
||||
my @required_args = qw(next_event tell);
|
||||
|
Reference in New Issue
Block a user