List:Commits« Previous MessageNext Message »
From:paul Date:March 20 2007 4:37pm
Subject:svn commit - mysqldoc@docsrva: r5472 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-03-20 17:37:49 +0100 (Tue, 20 Mar 2007)
New Revision: 5472

Log:
Fixed changelog for Bug#27006.

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


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-20 16:25:15 UTC (rev 5471)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-20 16:37:49 UTC (rev 5472)
Changed blocks: 2, Lines Added: 20, Lines Deleted: 4; 1450 bytes

@@ -251,6 +251,19 @@
 
       <listitem>
         <para>
+          <literal>AFTER UPDATE</literal> triggers were not activated if
+          a row was not actually changed by the update part of an
+          <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal>
+          statement. (Bug #27006)
+        </para>
+
+        <para>
+          This bug was introduced by the fix for Bug #19978.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           For <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal>
           statements where some <literal>AUTO_INCREMENT</literal> values
           were generated automatically for inserts and some rows were

@@ -805,10 +818,13 @@
       applied since the last MySQL Enterprise Server release (5.0.34).
     </para>
 
-    <remark>
-      Uncomment when there are functionality/feature changes to
-      document.
-    </remark>
+    <note>
+      <para>
+        After release, a trigger failure problem was found to have been
+        introduced. (Bug #27006) Users affected by this issue should
+        upgrade to MySQL 5.0.38, which corrects the problem.
+      </para>
+    </note>
 
     <para>
       Functionality added or changed:


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-03-20 16:25:15 UTC (rev 5471)
+++ trunk/refman-5.1/news-5.1.xml	2007-03-20 16:37:49 UTC (rev 5472)
Changed blocks: 3, Lines Added: 20, Lines Deleted: 11; 1768 bytes

@@ -68,11 +68,6 @@
       <ulink url="http://www.mysql.com/network/advisors.html"/>.
     </para>
 
-    <remark role="TODO">
-      [js] Uncomment following when there are functionality changes or
-      additions to document.
-    </remark>
-
     <para>
       Functionality added or changed:
     </para>

@@ -287,6 +282,19 @@
 
       <listitem>
         <para>
+          <literal>AFTER UPDATE</literal> triggers were not activated if
+          a row was not actually changed by the update part of an
+          <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal>
+          statement. (Bug #27006)
+        </para>
+
+        <para>
+          This bug was introduced by the fix for Bug #19978.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           For <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal>
           statements where some <literal>AUTO_INCREMENT</literal> values
           were generated automatically for inserts and some rows were

@@ -962,12 +970,13 @@
       for more details about the individual bugs fixed in this version.
     </para>
 
-    <para role="release-special-announcement">
-      <remark>
-        5. REMOVE WHOLE PARAGRAPH IF THERE IS NOTHING SPECIAL TO
-        ANNOUNCE.
-      </remark>
-    </para>
+    <note>
+      <para>
+        After release, a trigger failure problem was found to have been
+        introduced. (Bug #27006) Users affected by this issue should
+        upgrade to MySQL 5.1.17, which corrects the problem.
+      </para>
+    </note>
 
     &enterprise-offering-note;
     


Thread
svn commit - mysqldoc@docsrva: r5472 - in trunk: refman-5.0 refman-5.1paul20 Mar