#At file:///C:/Users/Reggie/work/connector-net/6.0/ based on revid:reggie.burnett@stripped
845 Reggie Burnett 2010-11-09
- fixed loading of mono.posix assembly to use the right assembly (bug #56410)
modified:
CHANGES
MySql.Data/Provider/Source/common/StreamCreator.cs
=== modified file 'CHANGES'
=== modified file 'CHANGES'
--- a/CHANGES 2010-10-07 21:55:09 +0000
+++ b/CHANGES 2010-11-09 20:30:39 +0000
@@ -4,6 +4,7 @@
- fixed problem with using bit parameters as output (bug #56756)
- fixed MySqlCommand.Clone so that the default command timeoout functionality is not disabled when
you clone a command (bug #56806)
+- fixed loading of mono.posix assembly to use the right assembly (bug #56410)
Version 6.0.7
- Fix authorization popup after modifying stored procedure in VS (Bug #44715)
=== modified file 'MySql.Data/Provider/Source/common/StreamCreator.cs'
--- a/MySql.Data/Provider/Source/common/StreamCreator.cs 2009-08-04 20:44:43 +0000
+++ b/MySql.Data/Provider/Source/common/StreamCreator.cs 2010-11-09 20:30:39 +0000
@@ -160,8 +160,7 @@
private static EndPoint CreateUnixEndPoint(string host)
{
- // first we need to load the Mono.posix assembly
- Assembly a = Assembly.Load("Mono.Posix");
+ // first we need to load the Mono.posix assembly Assembly a = Assembly.Load(@"Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756");
// then we need to construct a UnixEndPoint object
EndPoint ep = (EndPoint)a.CreateInstance("Mono.Posix.UnixEndPoint",
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20101109203039-3eauit38zrnwhyw5.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.0 branch (reggie.burnett:845) Bug#56410 | Reggie Burnett | 9 Nov |