MySQL Forums
Forum List  »  MyISAM

Long Api TimOut, Errs 2013 (Aborted Cnx) - How To Repeat
Posted by: Bertrand Lepoittevin
Date: June 30, 2006 08:22AM

Hi

I Succeed in repeating this bug as described as below :

- From the client, i choose a small query which returns all rows (2000) of a table composed of 8 columns
- MySql_Real_Connect()
- Mysql_Real_Query()
- Launch API mysql_store_result(), few seconds after and before the end of API : unplug ethernet cable of the client, wait for 1mn (simulate the deconnection), and replug cable
(The client keeps the same IP Address)

=> MySql Server logged the error as "Aborted Connection [...] Got an error reading communication packets"
=> The Client will hang during the famous timeout (around 7900 sec.)

The same problem happens with newest client 4.1.20 (Server 4.1.16 unchanged)

Can you confirm me in repeating this bug ?


Problem copied in bug 20286
(http://bugs.mysql.com/bug.php?id=20286)

(Config)
Client & Server with Win2000 SP4
Client 4.1.16 or 4.1.20, Server 4.1.16
Client and Server on LAN Ethernet 100 Mbits, with a router 128 Kb to slow down the Bandwidth.



Edited 1 time(s). Last edit at 06/30/2006 08:30AM by Bertrand Lepoittevin.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.