1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix intermittently failing variables-notembedded test case.

After sending packet that is too large, clienrt can get either an error packet with 
ER_NET_PACKET_TOO_LARGE, or a socket error. Both cases are valid, since the
server does not ensure reply was fully read by client, before shutting down  and closing 
the socket.
This commit is contained in:
Vladislav Vaintroub
2011-12-01 22:37:45 +01:00
parent 02963d45e3
commit 1054de8699
2 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long