List:Commits« Previous MessageNext Message »
From:rburnett Date:May 7 2008 3:44pm
Subject:Connector/NET commit: r1281 - branches/5.2
View as plain text  
Modified:
   branches/5.2/CHANGES
Log:
adding a comment to the changelog regarding a change was done in previous builds

Modified: branches/5.2/CHANGES
===================================================================
--- branches/5.2/CHANGES	2008-05-06 19:37:31 UTC (rev 1280)
+++ branches/5.2/CHANGES	2008-05-07 13:44:05 UTC (rev 1281)
@@ -18,7 +18,10 @@
   passwords (bug #35336)    
 - Fixed problem with profile provider where properties that were specified without
   a given type could not be retrieved properly (bug #36000)  
-- Implemented interactive session connection string option  
+- Implemented interactive session connection string option     
+- The procedure parameters schema collection has been altered to match what is coming
+  with MySQL 6.0.  Some fields have been removed and others combined.  Please review
+  your application for incompatibilities.
     
 Version 5.2.1 - 2/27/2008
 - Tons of fixes in providers.  The actually work now.  :)
@@ -180,7 +183,7 @@
     a non-existant pool.  (bug #36432)    
   - Fixed problem where supplying the connection reset config option can cause login to
fail
     when there is room to make a new connection and the pool has no idle connections.    
-            
+        
 Version 5.0.9 - 4/14/08
 
   - Fixed problem where fields that were blobs but did not include the BLOB flag were
treated

Thread
Connector/NET commit: r1281 - branches/5.2rburnett7 May