Author: paul
Date: 2006-12-18 15:16:09 +0100 (Mon, 18 Dec 2006)
New Revision: 4287
Log:
r13737@frost: paul | 2006-12-18 08:14:04 -0600
Missing paren.
Modified:
trunk/refman-4.1/news-4.1.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:17296
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13690
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:17296
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13737
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-12-18 12:17:06 UTC (rev 4286)
+++ trunk/refman-4.1/news-4.1.xml 2006-12-18 14:16:09 UTC (rev 4287)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 640 bytes
@@ -2890,7 +2890,7 @@
<listitem>
<para>
- <literal>CAST<replaceable>double</replaceable> AS SIGNED
+ <literal>CAST(<replaceable>double</replaceable> AS SIGNED
INT)</literal> for large <replaceable>double</replaceable>
values outside the signed integer range truncates the result
to be within range, but the result sometimes had the wrong
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-12-18 12:17:06 UTC (rev 4286)
+++ trunk/refman-5.1/news-5.1.xml 2006-12-18 14:16:09 UTC (rev 4287)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 640 bytes
@@ -9463,7 +9463,7 @@
<listitem>
<para>
- <literal>CAST<replaceable>double</replaceable> AS SIGNED
+ <literal>CAST(<replaceable>double</replaceable> AS SIGNED
INT)</literal> for large <replaceable>double</replaceable>
values outside the signed integer range truncates the result
to be within range, but the result sometimes had the wrong
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4287 - in trunk: . refman-4.1 refman-5.1 | paul | 18 Dec |