List:Commits« Previous MessageNext Message »
From:jwinstead Date:June 12 2007 11:09pm
Subject:Connector/ODBC 3.51 commit: r495 - trunk
View as plain text  
Modified:
   trunk/ChangeLog
Log:
Fix function references in ChangeLog, and clarify entry for bug #27544 fix.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-06-12 21:09:49 UTC (rev 494)
+++ trunk/ChangeLog	2007-06-12 23:09:39 UTC (rev 495)
@@ -5,14 +5,14 @@
     but must be enabled through configuration files or the DSN. (Bug #12918)
 
   Bugs fixed:
-  * "Out of sync error" or "MySQL Server has gone away" after executing a 
-     stored procedure (Bug #27544)
+  * Statements that return multiple result sets (such as calls to stored
+    procedures) would not free all results when closed. (Bug #27544)
   * SQL_C_TYPE_DATE, SQL_C_TYPE_TIME, and SQL_C_TYPE_TIMESTAMP were formatted
     without seperators, which could cause them to get interpreted incorrectly
     in some cases due to server bugs. (Bug #15773)
-  * Calls to SQLNativeSql could cause stack corruption due to an incorrect
+  * Calls to SQLNativeSql() could cause stack corruption due to an incorrect
     pointer cast. (Bug #28758)
-  * SQLSetPos could update or delete the wrong rows when the original result
+  * SQLSetPos() could update or delete the wrong rows when the original result
     set did not contain all columns of a multi-part primary key. (Bug #28255)
   * SQLTables() did not distinguish tables from views. (Bug #23031)
   * The wrong function was used for freeing the artificial result sets that

Thread
Connector/ODBC 3.51 commit: r495 - trunkjwinstead13 Jun