List:Commits« Previous MessageNext Message »
From:mcbrown Date:May 3 2007 1:25pm
Subject:svn commit - mysqldoc@docsrva: r6312 - in trunk: falcon refman-common
View as plain text  
Author: mcbrown
Date: 2007-05-03 13:25:34 +0200 (Thu, 03 May 2007)
New Revision: 6312

Log:
Documenting dev bugs: 

Bug #22165
Bug #26324
Bug #28165
Bug #28090
Bug #27668
Bug #28167
Bug #27679
Bug #27765

Updating C/NET changelog for 5.1 release. 



Modified:
   trunk/falcon/news-falcon.xml
   trunk/refman-common/news-connector-net.xml


Modified: trunk/falcon/news-falcon.xml
===================================================================
--- trunk/falcon/news-falcon.xml	2007-05-03 08:55:42 UTC (rev 6311)
+++ trunk/falcon/news-falcon.xml	2007-05-03 11:25:34 UTC (rev 6312)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1045 bytes

@@ -30,6 +30,28 @@
 
       <listitem>
         <para>
+          Using <literal>ALTER</literal> with interleaving transactions
+          triggers <literal>mysqld</literal> to crash. (Bug #22165)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Updating <literal>BLOB</literal> columns could result in a
+          crash. (Bug #26324)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Using <literal>SELECT ... FOR UPDATE</literal> and
+          <literal>ROLLBACK</literal> could cause
+          <literal>mysqld</literal> to hang indefinitely. (Bug #28165)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Concurrent updates on two different connections could lead to
           an assertion failure. (Bug #28090)
         </para>


Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml	2007-05-03 08:55:42 UTC (rev 6311)
+++ trunk/refman-common/news-connector-net.xml	2007-05-03 11:25:34 UTC (rev 6312)
Changed blocks: 2, Lines Added: 125, Lines Deleted: 0; 4057 bytes

@@ -10,6 +10,98 @@
 
   <title>Connector/NET Change History</title>
 
+  <section id="connector-net-news-5.1.1">
+
+    <title>Changes in MySQL Connector/NET Version 5.1.1 (Not yet
released)</title>
+
+    <para>
+      Bugs fixed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Using <literal>MySQLDataAdapter.FillSchema()</literal> on a
+          stored procedure would raise an exception: <literal>Invalid
+          attempt to access a field before calling Read()</literal>.
+          (Bug #27668)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Building a connection string within a tight loop would show
+          slow peformance. (Bug #28167)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>UNSIGNED</literal> flag for parameters in a
+          stored procedure would be ignored when using
+          <literal>MySqlCommandBuilder</literal> to obtain the parameter
+          information. (Bug #27679)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Fixed password property on
+          <literal>MySqlConnectionStringBuilder</literal> to use
+          <literal>PasswordPropertyText</literal> attribute. This causes
+          dots to show instead of actual password text.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
+  <section id="connector-net-news-5.1.0">
+
+    <title>Changes in MySQL Connector/NET Version 5.1.0 (01 May 2007)</title>
+
+    <para>
+      Other changes:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Added Membership and Role provider contributed by Sean Wright
+          (thanks!).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Now compiles for .NET CF 2.0.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Rewrote stored procedure parsing code using a new SQL
+          tokenizer. Really nasty procedures including nested comments
+          are now supported.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          GetSchema will now report objects relative to the currently
+          selected database. What this means is that passing in null as
+          a database restriction will report objects on the currently
+          selected database only.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
   <section id="connector-net-news-5.0.7">
 
     <title>Changes in MySQL Connector/NET Version 5.0.7 (Not yet
released)</title>

@@ -22,6 +114,39 @@
 
       <listitem>
         <para>
+          Using <literal>MySQLDataAdapter.FillSchema()</literal> on a
+          stored procedure would raise an exception: <literal>Invalid
+          attempt to access a field before calling Read()</literal>.
+          (Bug #27668)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Building a connection string within a tight loop would show
+          slow peformance. (Bug #28167)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>UNSIGNED</literal> flag for parameters in a
+          stored procedure would be ignored when using
+          <literal>MySqlCommandBuilder</literal> to obtain the parameter
+          information. (Bug #27679)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Using logging (with the <literal>logging=true</literal>
+          parameter to the connection string) would not generate a log
+          file. (Bug #27765)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The <literal>CreateFormat</literal> column of the
           <literal>DataTypes</literal> collection did not contain a
           format specification for creating a new column type. (Bug


Thread
svn commit - mysqldoc@docsrva: r6312 - in trunk: falcon refman-commonmcbrown3 May