Author: mcbrown
Date: 2007-02-27 12:26:08 +0100 (Tue, 27 Feb 2007)
New Revision: 5078
Log:
Dev bugs:
Bug #24957
Bug #24373
Modified:
trunk/refman-common/connector-net.xml
trunk/refman-common/news-connector-net.xml
Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml 2007-02-27 08:11:53 UTC (rev 5077)
+++ trunk/refman-common/connector-net.xml 2007-02-27 11:26:08 UTC (rev 5078)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 5; 1014 bytes
@@ -133,11 +133,11 @@
</para>
<para>
- Connector/NET 5.0 is currently in beta, and includes support
- for MySQL 4.0, MySQL 4.1, MySQL 5.0 and MySQL 5.1 features.
- Connector/NET 5.0 also includes full support for the ADO.Net
- 2.0 interfaces and subclasses, includes support for the usage
- advisor and performance monitor (PerfMon) hooks.
+ Connector/NET 5.0 includes support for MySQL 4.0, MySQL 4.1,
+ MySQL 5.0 and MySQL 5.1 features. Connector/NET 5.0 also
+ includes full support for the ADO.Net 2.0 interfaces and
+ subclasses, includes support for the usage advisor and
+ performance monitor (PerfMon) hooks.
</para>
</listitem>
Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml 2007-02-27 08:11:53 UTC (rev 5077)
+++ trunk/refman-common/news-connector-net.xml 2007-02-27 11:26:08 UTC (rev 5078)
Changed blocks: 2, Lines Added: 34, Lines Deleted: 0; 1843 bytes
@@ -24,6 +24,23 @@
<listitem>
<para>
+ When a <literal>MySqlConversionException</literal> is raised
+ on a remote object, the client application would receive a
+ <literal>SerializationException</literal> instead. (Bug
+ #24957)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ High CPU utilization would be experienced when there is no
+ idle connection waiting when using pooled connections through
+ <literal>MySqlPool.GetConnection</literal>. (Bug #24373)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>BINARY</literal> and
<literal>VARBINARY</literal>
columns would be returned as a string, not binary, datatype.
(Bug #25605)
@@ -708,6 +725,23 @@
<listitem>
<para>
+ When a <literal>MySqlConversionException</literal> is raised
+ on a remote object, the client application would receive a
+ <literal>SerializationException</literal> instead. (Bug
+ #24957)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ High CPU utilization would be experienced when there is no
+ idle connection waiting when using pooled connections through
+ <literal>MySqlPool.GetConnection</literal>. (Bug #24373)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>BINARY</literal> and
<literal>VARBINARY</literal>
columns would be returned as a string, not binary, datatype.
(Bug #25605)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5078 - trunk/refman-common | mcbrown | 27 Feb |