Bug #73404 | mysl_errno() returns 0 for socket errors in debug builds | ||
---|---|---|---|
Submitted: | 26 Jul 2014 4:07 | Modified: | 29 Jul 2014 18:06 |
Reporter: | Matt Fagan | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | 6.1.5 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | Connection errors mysql_errno debug |
[26 Jul 2014 4:07]
Matt Fagan
[29 Jul 2014 18:06]
MySQL Verification Team
Thank you for the bug report. C:\tmp\bug_code_client\x64\Debug>net stop mysql56 The MySQL56 service is stopping. The MySQL56 service was stopped successfully. C:\tmp\bug_code_client\x64\Debug>bug_code_client.exe Error 2003 Can't connect to MySQL server on '127.0.0.1' (0) C:\tmp\bug_code_client\x64\Debug>cd.. C:\tmp\bug_code_client\x64>cd Release C:\tmp\bug_code_client\x64\Release>bug_code_client.exe Error 2003 Can't connect to MySQL server on '127.0.0.1' (10061)