List:Commits« Previous MessageNext Message »
From:rburnett Date:April 28 2008 6:51pm
Subject:Connector/NET commit: r1263 - in branches/5.1: . Driver/Source/docs
View as plain text  
Modified:
   branches/5.1/CHANGES
   branches/5.1/Driver/Source/docs/MySqlConnection.xml
Log:
 - Fixed documentation that still stated that setting port to -1 was necessary for
   a named pipe connection (bug #35356)      


Modified: branches/5.1/CHANGES
===================================================================
--- branches/5.1/CHANGES	2008-04-25 20:49:49 UTC (rev 1262)
+++ branches/5.1/CHANGES	2008-04-28 16:51:29 UTC (rev 1263)
@@ -16,6 +16,8 @@
    password on a user where password Q&A is not required would throw an exception
(bug #36159)      
  - Fixed a problem with MembershipUser.GetNumberOfUsersOnline.  
    It actually works now  :) (bug #36157)
+ - Fixed documentation that still stated that setting port to -1 was necessary for
+   a named pipe connection (bug #35356)      
       
 Version 5.1.5 - 
   - Fixed problem with membership provider where FindUserByEmail would fail trying to add

Modified: branches/5.1/Driver/Source/docs/MySqlConnection.xml
===================================================================
--- branches/5.1/Driver/Source/docs/MySqlConnection.xml	2008-04-25 20:49:49 UTC (rev 1262)
+++ branches/5.1/Driver/Source/docs/MySqlConnection.xml	2008-04-28 16:51:29 UTC (rev 1263)
@@ -875,8 +875,8 @@
             <td>Port</td>
             <td>3306</td>
             <td>
-              The port MySQL is using to listen for connections.  Specify -1 for this
value to use a
-              named pipe connection (Windows only). This value is ignored if Unix socket
is used.
+              The port MySQL is using to listen for connections.  This value is ignored
if the connection protocol
+              is anything but socket.
             </td>
           </tr>
           <tr>

Thread
Connector/NET commit: r1263 - in branches/5.1: . Driver/Source/docsrburnett28 Apr