Bug #72567 123 456
Submitted: 8 May 2014 11:01 Modified: 21 Jul 2015 4:23
Reporter: Dmitry Ivanov Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S5 (Performance)
Version: OS:Any
Assigned to: CPU Architecture:Any

[8 May 2014 11:01] Dmitry Ivanov
Description:
MySql.Data.Common.MyNetworkStream.CreateStream calls(line 198) GetHostEntry which uses system DNS to resolve address even if settings.Server is path to Unix socket.
It causes SocketException with message "Could not resolve host '<path-to-socket>'".
Stacktrace: https://gist.github.com/kasthack/64eaa9f7d5f6f872c184

How to repeat:
Try to connect via unix socket to MySql using Connector/Net 6.8.3(.net 4.5)

Suggested fix:
https://gist.github.com/kasthack/2a7d620cd94b6eba2fc0
[3 Dec 2014 11:53] Chiranjeevi Battula
Hello Konstantin Safonov,

Thank you for the bug report.
I could not reproduce this issue at my end using Visual Studio 2013 (C#.Net), MySQL Connector/Net 6.9.5.
Could you please list out exact steps you tried out at your end, this would help us to reproduce the issue at our end.

Thanks,
Chiranjeevi.
[4 Jan 2015 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".