List:Commits« Previous MessageNext Message »
From:mhillyer Date:March 22 2006 5:44pm
Subject:svn commit - mysqldoc@docsrva: r1643 - trunk/refman-common
View as plain text  
Author: mhillyer
Date: 2006-03-22 18:44:21 +0100 (Wed, 22 Mar 2006)
New Revision: 1643

Log:
Bugs documented: 11835,18004,17261,18172,18283

Modified:
   trunk/refman-common/news-4.1.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-03-22 17:24:40 UTC (rev 1642)
+++ trunk/refman-common/news-4.1.xml	2006-03-22 17:44:21 UTC (rev 1643)
@@ -193,6 +193,23 @@
 
       <listitem>
         <para>
+          If InnoDB encountered a
+          <literal>HA_ERR_LOCK_TABLE_FULL</literal> error and
+          rolled-back a transaction, the transaction was still written
+          to the binary log. (Bug #18283)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Connecting to a server with a UCS2 default character set with
+          a client using a non-UCS2 character set crashed the server.
+          (Bug #18004)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Character set conversion of string constants for
           <literal>UNION</literal> of constant and table column was not
           done when it was safe to do so. (Bug #15949)

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-03-22 17:24:40 UTC (rev 1642)
+++ trunk/refman-common/news-5.0.xml	2006-03-22 17:44:21 UTC (rev 1643)
@@ -227,6 +227,38 @@
 
       <listitem>
         <para>
+          If InnoDB encountered a
+          <literal>HA_ERR_LOCK_TABLE_FULL</literal> error and
+          rolled-back a transaction, the transaction was still written
+          to the binary log. (Bug #18283)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Stored procedures that call UDFs and pass local string
+          variables caused server crashes. (Bug #17261)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Connecting to a server with a UCS2 default character set with
+          a client using a non-UCS2 character set crashed the server.
+          (Bug #18004)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Loading of UDFs in a statically linked MySQL caused a server
+          crash. UDF loading is now blocked if the MySQL server is
+          statically linked. (Bug #11835)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Views that incorporate tables from the INFORMATION_SCHEMA
           resulted in a server crash when queried. (Bug #18224)
         </para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-22 17:24:40 UTC (rev 1642)
+++ trunk/refman-common/news-5.1.xml	2006-03-22 17:44:21 UTC (rev 1643)
@@ -77,13 +77,18 @@
       Bugs fixed:
     </para>
 
-<!--
     <itemizedlist>
+
       <listitem>
-        <para></para>
+        <para>
+          If InnoDB encountered a
+          <literal>HA_ERR_LOCK_TABLE_FULL</literal> error and
+          rolled-back a transaction, the transaction was still written
+          to the binary log. (Bug #18283)
+        </para>
       </listitem>
+
     </itemizedlist>
--->
 
   </section>
 
@@ -203,15 +208,15 @@
           <xref linkend="partitioning-handling-nulls"/>. (Bug #15447)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Events no longer support times past the end of the Unix epoch.
-          (Formerly, such dates were interpreted as being at the beginning of
-          the Unix epoch.) (Bug #16396) 
+          (Formerly, such dates were interpreted as being at the
+          beginning of the Unix epoch.) (Bug #16396)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Windows builds now have SSL support enabled. (Bug#18195)
@@ -439,44 +444,77 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
-          A security enhancement in Visual Studio 8 could cause a MySQL debug
-          server compiled with it to hang when running <literal>SELECT</literal>
-          queries against partitioned tables. (Bug #17722)  
+          The <function>EXTRACTVALUE()</function> function did not
+          return an error when passed an invalid XPATH string. (Bug
+          #18172)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
-          <literal>NDB Cluster</literal>: <literal>auto_increment</literal>
-          values were not propagated correctly in statement-based replication.
-          (Bug #18208)
+          Stored procedures that call UDFs and pass local string
+          variables caused server crashes. (Bug #17261)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
-          Rpeated invocations of a stored procedure containing a <literal>SHOW
-            CREATE EVENT</literal> statement would result in the error
-          <errortext>Packets out of order</errortext>. (Bug #17403)
+          Connecting to a server with a UCS2 default character set with
+          a client using a non-UCS2 character set crashed the server.
+          (Bug #18004)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
+          Loading of UDFs in a statically linked MySQL caused a server
+          crash. UDF loading is now blocked if the MySQL server is
+          statically linked. (Bug #11835)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A security enhancement in Visual Studio 8 could cause a MySQL
+          debug server compiled with it to hang when running
+          <literal>SELECT</literal> queries against partitioned tables.
+          (Bug #17722)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>:
+          <literal>auto_increment</literal> values were not propagated
+          correctly in statement-based replication. (Bug #18208)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Rpeated invocations of a stored procedure containing a
+          <literal>SHOW CREATE EVENT</literal> statement would result in
+          the error <errortext>Packets out of order</errortext>. (Bug
+          #17403)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Repeated invocations of a stored procedure containing a
-          <literal>CREATE EVENT</literal> or <literal>ALTER EVENT</literal>
-          statement would crash the server. (Bug #16408)
+          <literal>CREATE EVENT</literal> or <literal>ALTER
+          EVENT</literal> statement would crash the server. (Bug #16408)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
-          Renaming and adding a new column to a partitioned table in the same
-          <literal>ALTER TABLE</literal> statement caused the server to crash.
-          (Bug #17772)
+          Renaming and adding a new column to a partitioned table in the
+          same <literal>ALTER TABLE</literal> statement caused the
+          server to crash. (Bug #17772)
         </para>
       </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r1643 - trunk/refman-commonmhillyer22 Mar