Bug #56410 | Assembly.Load ("Mono.Posix") fails | ||
---|---|---|---|
Submitted: | 31 Aug 2010 15:25 | Modified: | 12 Nov 2010 15:14 |
Reporter: | Gonzalo Paniagua | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 2.6.4 | OS: | Linux |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[31 Aug 2010 15:25]
Gonzalo Paniagua
[16 Oct 2010 21:38]
Robert Hollencamp
Tested against 6.3.4, no dice - problem still exists
[9 Nov 2010 20:31]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/123331 845 Reggie Burnett 2010-11-09 - fixed loading of mono.posix assembly to use the right assembly (bug #56410)
[9 Nov 2010 20:36]
Reggie Burnett
fixed in 6.0.8, 6.1.6, 6.2.5, 6.3.6+
[12 Nov 2010 15:14]
Tony Bedford
An entry has been added to the 6.0.8, 6.1.6, 6.2.5, 6.3.6 changelogs: MySQL Connector/NET for .NET/Mono attempted to dynamically load the assembly Mono.Posix.dll when a Unix socket was used to connect to the server. This failed and the connector was not able to use a Unix socket unless the Mono.Posix.dll assembly was previously loaded by the program.