List:Commits« Previous MessageNext Message »
From:paul Date:March 2 2006 3:34pm
Subject:svn commit - mysqldoc@docsrva: r1492 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-03-02 16:34:22 +0100 (Thu, 02 Mar 2006)
New Revision: 1492

Log:
 r8309@frost:  paul | 2006-03-02 09:34:10 -0600
 Document bugfix:
 Bug#9088


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


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8307
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3623
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8309
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3623

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-03-02 15:21:21 UTC (rev 1491)
+++ trunk/refman-common/news-5.0.xml	2006-03-02 15:34:22 UTC (rev 1492)
@@ -354,6 +354,17 @@
 
       <listitem>
         <para>
+          A large <literal>BIGINT</literal> value specified in a
+          <literal>WHERE</literal> clause could be treated differently
+          depending on whether it is specified as a quoted string. (For
+          example, <literal>WHERE bigint_col =
+          17666000000000000000</literal> versus <literal>WHERE
+          bigint_col = '17666000000000000000'</literal>). (Bug #9088)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           A natural join between <literal>INFORMATION_SCHEMA</literal>
           tables failed. (Bug #17523)
         </para>

Thread
svn commit - mysqldoc@docsrva: r1492 - in trunk: . refman-commonpaul2 Mar