List:Commits« Previous MessageNext Message »
From:paul Date:February 27 2007 8:29pm
Subject:svn commit - mysqldoc@docsrva: r5098 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-02-27 21:29:20 +0100 (Tue, 27 Feb 2007)
New Revision: 5098

Log:
 r20593@polar:  paul | 2007-02-27 14:29:06 -0600
 Document bugfixes:
 Bug#19978
 Bug#24035


Modified:
   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:20591
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16743
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20593
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16743
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-02-27 20:07:15 UTC (rev 5097)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-02-27 20:29:20 UTC (rev 5098)
Changed blocks: 1, Lines Added: 19, Lines Deleted: 0; 1254 bytes

@@ -257,6 +257,25 @@
 
       <listitem>
         <para>
+          If the duplicate key value was present in the table,
+          <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal> reported
+          a row count indicating that a record was updated, even when no
+          record actually changed due to the old and new values being
+          the same. Now it reports a row count of zero. (Bug #19978)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Some <literal>UPDATE</literal> statements were slower than in
+          previous versions when the search key could not be converted
+          to a valid value for the type of the search column. (Bug
+          #24035)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The <literal>WITH CHECK OPTION</literal> clause for views was
           ignored for updates of multiple-table views when the updates
           could not be performed on fly and the rows to update had to be


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-02-27 20:07:15 UTC (rev 5097)
+++ trunk/refman-5.1/news-5.1.xml	2007-02-27 20:29:20 UTC (rev 5098)
Changed blocks: 1, Lines Added: 19, Lines Deleted: 0; 1221 bytes

@@ -363,6 +363,25 @@
 
       <listitem>
         <para>
+          If the duplicate key value was present in the table,
+          <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal> reported
+          a row count indicating that a record was updated, even when no
+          record actually changed due to the old and new values being
+          the same. Now it reports a row count of zero. (Bug #19978)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Some <literal>UPDATE</literal> statements were slower than in
+          previous versions when the search key could not be converted
+          to a valid value for the type of the search column. (Bug
+          #24035)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The <literal>WITH CHECK OPTION</literal> clause for views was
           ignored for updates of multiple-table views when the updates
           could not be performed on fly and the rows to update had to be


Thread
svn commit - mysqldoc@docsrva: r5098 - in trunk: . refman-5.0 refman-5.1paul27 Feb