mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 21:57:36 +00:00
Add Error_msg (but no Error_no) when client closes connection during handshake.
This commit is contained in:
@@ -3140,6 +3140,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