List:Commits« Previous MessageNext Message »
From:jon Date:April 22 2008 9:31pm
Subject:svn commit - mysqldoc@docsrva: r10568 - in trunk: it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-04-22 21:31:45 +0200 (Tue, 22 Apr 2008)
New Revision: 10568

Log:

Added link to arithmetic-functions from numeric-types - w/r/t types used
for results of calculations (response to user comment)



Modified:
   trunk/it/refman-5.1/data-types.xml
   trunk/pt/refman-5.1/data-types.xml
   trunk/refman-4.1/data-types.xml
   trunk/refman-5.0/data-types.xml
   trunk/refman-5.1/data-types.xml
   trunk/refman-6.0/data-types.xml


Modified: trunk/it/refman-5.1/data-types.xml
===================================================================
--- trunk/it/refman-5.1/data-types.xml	2008-04-22 18:10:47 UTC (rev 10567)
+++ trunk/it/refman-5.1/data-types.xml	2008-04-22 19:31:45 UTC (rev 10568)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 747 bytes

@@ -2109,6 +2109,13 @@
     </para>
 
     <para>
+      The numeric types used for the results of calculations depends on
+      the operations being performed and the numeric types of the
+      operands; for more information, see
+      <xref linkend="arithmetic-functions"/>.
+    </para>
+
+    <para>
       The <literal>BIT</literal> data type stores bit-field values and
       is supported for <literal>MyISAM</literal>,
       <literal>MEMORY</literal>, and <literal>InnoDB</literal>
tables.


Modified: trunk/pt/refman-5.1/data-types.xml
===================================================================
--- trunk/pt/refman-5.1/data-types.xml	2008-04-22 18:10:47 UTC (rev 10567)
+++ trunk/pt/refman-5.1/data-types.xml	2008-04-22 19:31:45 UTC (rev 10568)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 747 bytes

@@ -2109,6 +2109,13 @@
     </para>
 
     <para>
+      The numeric types used for the results of calculations depends on
+      the operations being performed and the numeric types of the
+      operands; for more information, see
+      <xref linkend="arithmetic-functions"/>.
+    </para>
+
+    <para>
       The <literal>BIT</literal> data type stores bit-field values and
       is supported for <literal>MyISAM</literal>,
       <literal>MEMORY</literal>, and <literal>InnoDB</literal>
tables.


Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml	2008-04-22 18:10:47 UTC (rev 10567)
+++ trunk/refman-4.1/data-types.xml	2008-04-22 19:31:45 UTC (rev 10568)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 732 bytes

@@ -2178,6 +2178,13 @@
     </para>
 
     <para>
+      The numeric types used for the results of calculations depends on
+      the operations being performed and the numeric types of the
+      operands; for more information, see
+      <xref linkend="arithmetic-functions"/>.
+    </para>
+
+    <para>
       As an extension to the SQL standard, MySQL also supports the
       integer types <literal>TINYINT</literal>,
       <literal>MEDIUMINT</literal>, and
<literal>BIGINT</literal>. The


Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml	2008-04-22 18:10:47 UTC (rev 10567)
+++ trunk/refman-5.0/data-types.xml	2008-04-22 19:31:45 UTC (rev 10568)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 760 bytes

@@ -2256,6 +2256,13 @@
     </para>
 
     <para>
+      The numeric types used for the results of calculations depends on
+      the operations being performed and the numeric types of the
+      operands; for more information, see
+      <xref linkend="arithmetic-functions"/>.
+    </para>
+
+    <para>
       As of MySQL 5.0.3, a <literal>BIT</literal> data type is available
       for storing bit-field values. (Before 5.0.3, MySQL interprets
       <literal>BIT</literal> as <literal>TINYINT(1)</literal>.)
In MySQL


Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml	2008-04-22 18:10:47 UTC (rev 10567)
+++ trunk/refman-5.1/data-types.xml	2008-04-22 19:31:45 UTC (rev 10568)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 731 bytes

@@ -2111,6 +2111,13 @@
     </para>
 
     <para>
+      The numeric types used for the results of calculations depends on
+      the operations being performed and the numeric types of the
+      operands; for more information, see
+      <xref linkend="arithmetic-functions"/>.
+    </para>
+
+    <para>
       The <literal>BIT</literal> data type stores bit-field values and
       is supported for <literal>MyISAM</literal>,
       <literal>MEMORY</literal>, <literal>InnoDB</literal>, and


Modified: trunk/refman-6.0/data-types.xml
===================================================================
--- trunk/refman-6.0/data-types.xml	2008-04-22 18:10:47 UTC (rev 10567)
+++ trunk/refman-6.0/data-types.xml	2008-04-22 19:31:45 UTC (rev 10568)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 727 bytes

@@ -2110,6 +2110,13 @@
     </para>
 
     <para>
+      The numeric types used for the results of calculations depends on
+      the operations being performed and the numeric types of the
+      operands; for more information, see
+      <xref linkend="arithmetic-functions"/>.
+    </para>
+
+    <para>
       The <literal>BIT</literal> data type stores bit-field values and
       is supported for <literal>MyISAM</literal>,
       <literal>MEMORY</literal>, <literal>InnoDB</literal>,


Thread
svn commit - mysqldoc@docsrva: r10568 - in trunk: it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0jon22 Apr