Add Error_msg (but no Error_no) when client closes connection during handshake.

This commit is contained in:
Daniel Nichter
2013-02-01 10:58:27 -07:00
parent 572294540c
commit ea4dfa7605
4 changed files with 5 additions and 0 deletions

View File

@@ -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',
},
],
);