List:Commits« Previous MessageNext Message »
From:paul Date:April 20 2006 12:49pm
Subject:svn commit - mysqldoc@docsrva: r1888 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-04-20 14:49:38 +0200 (Thu, 20 Apr 2006)
New Revision: 1888

Log:
 r9598@frost:  paul | 2006-04-20 07:48:25 -0500
 Documented bugfixes:
 Bug#13310
 Bug#17043


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


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6782
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9597
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6782
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9598
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-20 12:49:21 UTC (rev 1887)
+++ trunk/refman-common/news-5.0.xml	2006-04-20 12:49:38 UTC (rev 1888)
@@ -233,13 +233,29 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
+          Within stored routines, usernames were parsed incorrectly if
+          they were enclosed within quotes. (Bug #13310)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Casting a string to <literal>DECIMAL</literal> worked, but
+          casting a trimmed string (using <literal>LTRIM()</literal> or
+          <literal>RTRIM()</literal>) resulted in loss of decimal
+          digits. (Bug #17043)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: On slow networks or CPUs, the
           management client <literal>SHOW</literal> command could
           sometimes erroneously show all data nodes as being master
-          nodes belonging to nodegroup 0. (Bug #15530)  
+          nodes belonging to nodegroup 0. (Bug #15530)
         </para>
       </listitem>
 

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-20 12:49:21 UTC (rev 1887)
+++ trunk/refman-common/news-5.1.xml	2006-04-20 12:49:38 UTC (rev 1888)
@@ -123,6 +123,15 @@
     </para>
 
     <itemizedlist>
+
+      <listitem>
+        <para>
+          Casting a string to <literal>DECIMAL</literal> worked, but
+          casting a trimmed string (using <literal>LTRIM()</literal> or
+          <literal>RTRIM()</literal>) resulted in loss of decimal
+          digits. (Bug #17043)
+        </para>
+      </listitem>
       
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1888 - in trunk: . refman-commonpaul20 Apr