List:Commits« Previous MessageNext Message »
From:paul Date:November 9 2006 3:02pm
Subject:svn commit - mysqldoc@docsrva: r3893 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-11-09 16:02:45 +0100 (Thu, 09 Nov 2006)
New Revision: 3893

Log:
 r11891@frost:  paul | 2006-11-09 09:01:49 -0600
 Documenting bugfixes:
 Bug#14262
 Bug#18077
 Bug#19736
 Bug#19764
 Bug#23368


Modified:
   trunk/refman-5.0/news-5.0.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:11873
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:11891
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11301


Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml	2006-11-09 09:56:31 UTC (rev 3892)
+++ trunk/refman-5.0/news-5.0.xml	2006-11-09 15:02:45 UTC (rev 3893)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 7; 690 bytes

@@ -5970,13 +5970,6 @@
 
       <listitem>
         <para>
-          <literal>InnoDB</literal> used table locks (not row locks)
-          within stored functions. (Bug #18077)
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           Replication slaves could not replicate triggers from older
           servers that included no <literal>DEFINER</literal> clause in
           the trigger definition. Now the trigger executes with the


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2006-11-09 09:56:31 UTC (rev 3892)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2006-11-09 15:02:45 UTC (rev 3893)
Changed blocks: 3, Lines Added: 37, Lines Deleted: 5; 2026 bytes

@@ -77,6 +77,13 @@
         <remark role="cluster-tagged-5.0.29-end"/>
       </listitem>
 
+      <listitem>
+        <para>
+          <literal>SHOW STATUS</literal> is no longer logged to the slow
+          query log. (Bug #19764)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

@@ -84,10 +91,10 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <remark role="cluster-tagged-5.0.29-begin"/>
-        
+
         <para>
           <literal>NDB Cluster</literal>: Attempting to create an
           <literal>NDB</literal> table on a MySQL with an existing

@@ -383,11 +390,36 @@
         <remark role="cluster-tagged-5.0.29-end"/>
       </listitem>
 
-        <listitem><para>MySQL would fail to build on the Alpha platform. (Bug
-          #23256)</para></listitem>
-     
       <listitem>
         <para>
+          Column names were not quoted properly for replicated views.
+          (Bug #19736)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>InnoDB</literal> used table locks (not row locks)
+          within stored functions. (Bug #18077)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Statements such as <literal>DROP PROCEDURE</literal> and
+          <literal>DROP VIEW</literal> were written to the binary log
+          too late due to a race condition. (Bug #14262)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          MySQL would fail to build on the Alpha platform. (Bug #23256)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The optimizer failed to use equality propagation for
           <literal>BETWEEN</literal> and <literal>IN</literal>
           predicates with string arguments. (Bug #22753)


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-11-09 09:56:31 UTC (rev 3892)
+++ trunk/refman-5.1/news-5.1.xml	2006-11-09 15:02:45 UTC (rev 3893)
Changed blocks: 2, Lines Added: 30, Lines Deleted: 7; 1739 bytes

@@ -107,6 +107,36 @@
 
       <listitem>
         <para>
+          Column names were not quoted properly for replicated views.
+          (Bug #19736)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>InnoDB</literal> used table locks (not row locks)
+          within stored functions. (Bug #18077)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>InnoDB</literal> crashed when trying to display an
+          error message about a foreign key constraint violation when
+          the two tables are in different schemas. (Bug #23368)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Statements such as <literal>DROP PROCEDURE</literal> and
+          <literal>DROP VIEW</literal> were written to the binary log
+          too late due to a race condition. (Bug #14262)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           At shutdown, Instance Manager told guarded server instances to
           stop, but did not wait until they actually stopped. (Bug
           #17486)

@@ -8754,13 +8784,6 @@
 
       <listitem>
         <para>
-          <literal>InnoDB</literal> used table locks (not row locks)
-          within stored functions. (Bug #18077)
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           Using the <literal>position()</literal> function in the XPath
           argument to <literal>ExtractValue()</literal> crashed the
           server. (Bug #18171)


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