List:Commits« Previous MessageNext Message »
From:paul Date:November 9 2006 4:07pm
Subject:svn commit - mysqldoc@docsrva: r3896 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-11-09 17:07:18 +0100 (Thu, 09 Nov 2006)
New Revision: 3896

Log:
 r11899@frost:  paul | 2006-11-09 10:06:19 -0600
 Documenting bugfixes:
 Bug#21868
 Bug#22828


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

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15453
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11891
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11301
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15453
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11899
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11301


Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml	2006-11-09 15:56:34 UTC (rev 3895)
+++ trunk/refman-4.1/news-4.1.xml	2006-11-09 16:07:18 UTC (rev 3896)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 565 bytes

@@ -167,6 +167,13 @@
 
       <listitem>
         <para>
+          The return value from <literal>my_seek()</literal> was
+          ignored. (Bug #22828)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           MySQL would fail to build on the Alpha platform. (Bug #23256)
         </para>
       </listitem>


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2006-11-09 15:56:34 UTC (rev 3895)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2006-11-09 16:07:18 UTC (rev 3896)
Changed blocks: 2, Lines Added: 22, Lines Deleted: 2; 1365 bytes

@@ -89,7 +89,6 @@
     <itemizedlist>
 
       <listitem>
-        <remark role="cluster-tagged-5.0.29-begin"/>
 
         <para>
           <literal>NDB Cluster</literal>: Attempting to create an

@@ -383,11 +382,32 @@
           there were any tables with 128 or more columns. (Bug #23502)
         </para>
 
-        <remark role="cluster-tagged-5.0.29-end"/>
       </listitem>
 
       <listitem>
         <para>
+          The return value from <literal>my_seek()</literal> was
+          ignored. (Bug #22828)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Use of <literal>PREPARE</literal> with a <literal>CREATE
+          PROCEDURE</literal> statement that contained a syntax error
+          caused a server crash. (Bug #21868)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Use of a DES-encrypted SSL certificate file caused a server
+          crash. (Bug #21868)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Column names were not quoted properly for replicated views.
           (Bug #19736)
         </para>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-11-09 15:56:34 UTC (rev 3895)
+++ trunk/refman-5.1/news-5.1.xml	2006-11-09 16:07:18 UTC (rev 3896)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 985 bytes

@@ -107,6 +107,28 @@
 
       <listitem>
         <para>
+          The return value from <literal>my_seek()</literal> was
+          ignored. (Bug #22828)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Use of <literal>PREPARE</literal> with a <literal>CREATE
+          PROCEDURE</literal> statement that contained a syntax error
+          caused a server crash. (Bug #21868)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Use of a DES-encrypted SSL certificate file caused a server
+          crash. (Bug #21868)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Column names were not quoted properly for replicated views.
           (Bug #19736)
         </para>


Thread
svn commit - mysqldoc@docsrva: r3896 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul9 Nov