List:Commits« Previous MessageNext Message »
From:paul Date:May 8 2007 5:36pm
Subject:svn commit - mysqldoc@docsrva: r6375 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-05-08 19:36:35 +0200 (Tue, 08 May 2007)
New Revision: 6375

Log:
 r24670@polar:  paul | 2007-05-08 12:17:52 -0500
 Document bugfix#22824.


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:24669
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20195
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:24670
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20195
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-05-08 17:36:23 UTC (rev 6374)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-05-08 17:36:35 UTC (rev 6375)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 751 bytes

@@ -160,6 +160,15 @@
 
       <listitem>
         <para>
+          <literal>SELECT COUNT(*)</literal> from a table containing a
+          <literal>DATETIME NOT NULL</literal> column could produce
+          spurious warnings with the <literal>NO_ZERO_DATE</literal> SQL
+          mode enabled. (Bug #22824)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Nested aggregate functions could be improperly evaluated. (Bug
           #27363)
         </para>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-05-08 17:36:23 UTC (rev 6374)
+++ trunk/refman-5.1/news-5.1.xml	2007-05-08 17:36:35 UTC (rev 6375)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 718 bytes

@@ -770,6 +770,15 @@
 
       <listitem>
         <para>
+          <literal>SELECT COUNT(*)</literal> from a table containing a
+          <literal>DATETIME NOT NULL</literal> column could produce
+          spurious warnings with the <literal>NO_ZERO_DATE</literal> SQL
+          mode enabled. (Bug #22824)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Nested aggregate functions could be improperly evaluated. (Bug
           #27363)
         </para>


Thread
svn commit - mysqldoc@docsrva: r6375 - in trunk: . refman-5.0 refman-5.1paul8 May