Author: mcbrown
Date: 2007-07-02 07:10:29 +0200 (Mon, 02 Jul 2007)
New Revision: 6984
Log:
Documenting Dev Bugs:
Bug #29235
Bug #29235
Bug #29123
Bug #29124
Modified:
trunk/refman-common/news-connector-net.xml
Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml 2007-07-02 04:55:46 UTC (rev 6983)
+++ trunk/refman-common/news-connector-net.xml 2007-07-02 05:10:29 UTC (rev 6984)
Changed blocks: 2, Lines Added: 52, Lines Deleted: 0; 2394 bytes
@@ -27,6 +27,41 @@
<listitem>
<para>
+ Using the same connection string multiple times would result
+ in
+ <literal>Database=<replaceable>dbname</replaceable></literal>
+ appearing multiple times in the resulting string. (Bug #29123)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Certain operations would not check the
+ <literal>UsageAdvisor</literal> setting, causing log messages
+ from the Usage Advisor even when it was disabled. (Bug #29124)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Using the membership/role providers when
+ <literal>validationKey</literal> or
+ <literal>decryptionKey</literal> parameters are set to
+ <literal>AutoGenerate</literal>, an exception would be raised
+ when accessing the corresponding values. (Bug #29235)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ An exception would be thrown when using the Manage Role
+ functionality within the web administrator to assign a role to
+ a user. (Bug #29236)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<emphasis>Visual Studio Plugin</emphasis>: Adding a new query
based on a stored procedure that uses the
<literal>SELECT</literal> statement would terminate the
@@ -260,6 +295,23 @@
<listitem>
<para>
+ Using the same connection string multiple times would result
+ in
+ <literal>Database=<replaceable>dbname</replaceable></literal>
+ appearing multiple times in the resulting string. (Bug #29123)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Certain operations would not check the
+ <literal>UsageAdvisor</literal> setting, causing log messages
+ from the Usage Advisor even when it was disabled. (Bug #29124)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Log messages would be truncated to 300 bytes. (Bug #28706)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6984 - trunk/refman-common | mcbrown | 2 Jul |