Author: paul
Date: 2007-07-06 05:47:48 +0200 (Fri, 06 Jul 2007)
New Revision: 7028
Log:
r22447@frost: paul | 2007-07-05 21:51:38 -0500
Document bugfixes:
Bug#16224
Bug#26934
Bug#29526
Modified:
trunk/refman-common/news-connector-net.xml
trunk/refman-common/news-myodbc.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27312
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22401
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18820
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27312
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22447
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18820
Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml 2007-07-05 21:48:18 UTC (rev 7027)
+++ trunk/refman-common/news-connector-net.xml 2007-07-06 03:47:48 UTC (rev 7028)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1159 bytes
@@ -27,6 +27,14 @@
<listitem>
<para>
+ Calling <literal>SHOW CREATE PROCEDURE</literal> for routines
+ with a hyphen in the catalog name produced a syntax error.
+ (Bug #29526)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Using the same connection string multiple times would result
in
<literal>Database=<replaceable>dbname</replaceable></literal>
@@ -295,6 +303,14 @@
<listitem>
<para>
+ Calling <literal>SHOW CREATE PROCEDURE</literal> for routines
+ with a hyphen in the catalog name produced a syntax error.
+ (Bug #29526)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Using the same connection string multiple times would result
in
<literal>Database=<replaceable>dbname</replaceable></literal>
Modified: trunk/refman-common/news-myodbc.xml
===================================================================
--- trunk/refman-common/news-myodbc.xml 2007-07-05 21:48:18 UTC (rev 7027)
+++ trunk/refman-common/news-myodbc.xml 2007-07-06 03:47:48 UTC (rev 7028)
Changed blocks: 1, Lines Added: 17, Lines Deleted: 0; 985 bytes
@@ -889,6 +889,23 @@
<listitem>
<para>
+ Fixed error handling of out-of-memory and bad connections in
+ catalog functions. This might raise errors in code paths that
+ had ignored them in the past. (Bug #26934)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Calling <literal>SQLGetDiagField</literal> with
+ <literal>RecNumber 0, DiagIdentifier NOT 0</literal> returned
+ <literal>SQL_ERROR</literal>, preventing access to diagnostic
+ header fields. (Bug #16224)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Connector/ODBC crashed with Crystal Reports. (Bug #23816)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7028 - in trunk: . refman-common | paul | 6 Jul |