| Bug #14338 | MySQL server has gone away msg followed by access violation | ||
|---|---|---|---|
| Submitted: | 26 Oct 2005 17:32 | Modified: | 22 Nov 2005 16:46 |
| Reporter: | Charles Herrington | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) |
| Version: | 3.51.12 | OS: | Windows (Windows XP) |
| Assigned to: | CPU Architecture: | Any | |
[26 Oct 2005 17:32]
Charles Herrington
[26 Oct 2005 21:44]
Jorge del Conde
Hi! This looks more like a server problem. Is there any way you can send us a test case that reproduces this problem ? Thanks
[27 Oct 2005 14:19]
Charles Herrington
I rolled back to the MyODBC v3.51.06 and it is working fine again so for the moment I am busy testing my software, once I am finished I will set up a test case and see if I can replicate the problem. In the meantime if there is anything you would like me to check, please let me know.
[23 Jul 2006 0:24]
Fabio Andrés Bazurto Blacio
I have the same bug, well i have the steps to reproduce: Mysql 4.2 MyOdbc .12 the application must to exec store procedures and return result sets like(the syntaxis is little crap cuz i'm busy in my office): CREATE PROCEDURE CHECKINGU (city as int) /** This procedure list contacts in a X city*/ BEGIN SELECT first_name,last_name FROM CONTACT WHERE city_contact = city; END Then u can work with ur application normally and CRASHHH!!!!! the message MYSQL SERVER GONE AWAY appears... The fact to work with myodbc .12 is the stored procedures and the result set. when i use the .6 version i cant reutrn result set. hey can u help me? Best Regards
