mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-23 02:00:56 +08:00
Add Error_msg (but no Error_no) when client closes connection during handshake.
This commit is contained in:
@@ -348,6 +348,7 @@ sub parse_event {
|
||||
arg => 'administrator command: Connect',
|
||||
ts => $packet->{ts},
|
||||
};
|
||||
$session->{attribs}->{Error_msg} = 'Client closed connection during handshake';
|
||||
$event = $self->_make_event($event, $packet, $session);
|
||||
delete $self->{sessions}->{$session->{client}};
|
||||
return $event;
|
||||
|
||||
Reference in New Issue
Block a user