List:Commits« Previous MessageNext Message »
From:paul Date:April 14 2008 3:21pm
Subject:svn commit - mysqldoc@docsrva: r10475 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-04-14 17:21:14 +0200 (Mon, 14 Apr 2008)
New Revision: 10475

Log:
 r30683@frost:  paul | 2008-04-14 10:21:07 -0500
 Revise Bug#27216 changelog entry


Modified:
   trunk/dynamic-docs/changelog/mysqld.xml

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


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2008-04-14 14:31:23 UTC (rev 10474)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2008-04-14 15:21:14 UTC (rev 10475)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 7; 1525 bytes

@@ -137867,19 +137867,18 @@
     <message>
 
       <para>
-        Several functions and operators returned an incorrect result
-        type (string) when given <literal>DATE</literal> parameters:
+        Several type-preserving functions and operators returned an
+        incorrect result type that does not match their argument types:
         <function role="sql">COALESCE()</function>,
         <function role="sql">IF()</function>,
         <function role="sql">IFNULL()</function>,
         <function role="sql">LEAST()</function>,
         <function role="sql">GREATEST()</function>,
         <function role="sqlop">CASE</function>. These now aggregate
-        <literal>DATE</literal> (or <literal>DATETIME</literal>)
-        parameters to produce a <literal>DATE</literal> (or
-        <literal>DATETIME</literal> result. In addition, the result type
-        of the <function role="sql">STR_TO_DATE()</function> function is
-        now <literal>DATETIME</literal> by default.
+        using the precise SQL types of their arguments rather than the
+        internal type. In addition, the result type of the
+        <function role="sql">STR_TO_DATE()</function> function is now
+        <literal>DATETIME</literal> by default.
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r10475 - in trunk: . dynamic-docs/changelogpaul14 Apr