mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 20:19:00 +00:00
Add Error_msg (but no Error_no) when client closes connection during handshake.
This commit is contained in:
@@ -1708,6 +1708,7 @@ test_protocol_parser(
|
||||
pos_in_log => undef,
|
||||
ts => '130124 12:55:48.274417',
|
||||
user => undef,
|
||||
Error_msg => 'Client closed connection during handshake',
|
||||
}
|
||||
],
|
||||
);
|
||||
@@ -1739,6 +1740,7 @@ test_protocol_parser(
|
||||
pos_in_log => undef,
|
||||
ts => '130122 09:55:57.793375',
|
||||
user => undef,
|
||||
Error_msg => 'Client closed connection during handshake',
|
||||
},
|
||||
],
|
||||
);
|
||||
|
Reference in New Issue
Block a user