List:Commits« Previous MessageNext Message »
From:paul Date:October 2 2007 2:12pm
Subject:svn commit - mysqldoc@docsrva: r7939 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: paul
Date: 2007-10-02 16:12:35 +0200 (Tue, 02 Oct 2007)
New Revision: 7939

Log:
 r25178@frost:  paul | 2007-10-02 09:08:05 -0500
 Kill some todos.


Modified:
   trunk/refman-4.1/data-types.xml
   trunk/refman-5.0/data-types.xml
   trunk/refman-5.0/installing-cs.xml
   trunk/refman-5.0/precision-math.xml
   trunk/refman-5.1/data-types.xml
   trunk/refman-5.1/precision-math.xml
   trunk/refman-5.2/data-types.xml
   trunk/refman-5.2/precision-math.xml

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


Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-4.1/data-types.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 5; 508 bytes

@@ -2131,11 +2131,6 @@
       the integer types.
     </para>
 
-    <remark role="todo">
-      We'll need a production directive here about how to format the
-      table.
-    </remark>
-
     <informaltable>
       <tgroup cols="4">
         <colspec colwidth="15*"/>


Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-5.0/data-types.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 5; 508 bytes

@@ -2226,11 +2226,6 @@
       the integer types.
     </para>
 
-    <remark role="todo">
-      We'll need a production directive here about how to format the
-      table.
-    </remark>
-
     <informaltable>
       <tgroup cols="4">
         <colspec colwidth="15*"/>


Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-5.0/installing-cs.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 8; 758 bytes

@@ -12665,14 +12665,6 @@
 
     <itemizedlist>
 
-      <remark role="todo">
-        If and when separate editions of the RefMan are prepared for
-        3.23 and 4.0, change the last sentence to something like, "For
-        information on upgrading between release series earlier than
-        MySQL 4.1, see the edition of the MySQL Reference Manual
-        corresponding to that release series."
-      </remark>
-
       <listitem>
         <para>
           Before upgrading from MySQL &previous-series; to


Modified: trunk/refman-5.0/precision-math.xml
===================================================================
--- trunk/refman-5.0/precision-math.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-5.0/precision-math.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 11; 857 bytes

@@ -787,12 +787,6 @@
 +------+
 </programlisting>
 
-    <remark role="todo">
-      Describe INT rounding when it gets fixed (insert involving quoted
-      numbers in scientific notation ignores everything following
-      decimal point.
-    </remark>
-
   </section>
 
   <section id="precision-math-examples">

@@ -951,11 +945,6 @@
       value on x86 machines than on PowerPC machines.
     </para>
 
-    <remark role="todo">
-      Include INT when bug is fixed. (Bug for quoted numbers in
-      scientific notation.)
-    </remark>
-
     <para>
       As of MySQL 5.0.3, rounding happens like this:
     </para>


Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-5.1/data-types.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 5; 508 bytes

@@ -2085,11 +2085,6 @@
       the integer types.
     </para>
 
-    <remark role="todo">
-      We'll need a production directive here about how to format the
-      table.
-    </remark>
-
     <informaltable>
       <tgroup cols="4">
         <colspec colwidth="15*"/>


Modified: trunk/refman-5.1/precision-math.xml
===================================================================
--- trunk/refman-5.1/precision-math.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-5.1/precision-math.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 11; 932 bytes

@@ -716,12 +716,6 @@
 +------+
 </programlisting>
 
-    <remark role="todo">
-      Describe INT rounding when it gets fixes (insert involving quoted
-      numbers in scientific notation ignores everything following
-      decimal point.
-    </remark>
-
   </section>
 
   <section id="precision-math-examples">

@@ -828,11 +822,6 @@
       results are consistent from platform to platform.
     </para>
 
-    <remark role="todo">
-      Include INT when bug is fixed. (Bug for quoted numbers in
-      scientific notation.)
-    </remark>
-
     <para>
       Rounding for exact-value columns (<literal>DECIMAL</literal> and
       integer) and exact-valued numbers uses the <quote>round half


Modified: trunk/refman-5.2/data-types.xml
===================================================================
--- trunk/refman-5.2/data-types.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-5.2/data-types.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 5; 508 bytes

@@ -2085,11 +2085,6 @@
       the integer types.
     </para>
 
-    <remark role="todo">
-      We'll need a production directive here about how to format the
-      table.
-    </remark>
-
     <informaltable>
       <tgroup cols="4">
         <colspec colwidth="15*"/>


Modified: trunk/refman-5.2/precision-math.xml
===================================================================
--- trunk/refman-5.2/precision-math.xml	2007-10-02 13:45:37 UTC (rev 7938)
+++ trunk/refman-5.2/precision-math.xml	2007-10-02 14:12:35 UTC (rev 7939)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 11; 932 bytes

@@ -716,12 +716,6 @@
 +------+
 </programlisting>
 
-    <remark role="todo">
-      Describe INT rounding when it gets fixes (insert involving quoted
-      numbers in scientific notation ignores everything following
-      decimal point.
-    </remark>
-
   </section>
 
   <section id="precision-math-examples">

@@ -828,11 +822,6 @@
       results are consistent from platform to platform.
     </para>
 
-    <remark role="todo">
-      Include INT when bug is fixed. (Bug for quoted numbers in
-      scientific notation.)
-    </remark>
-
     <para>
       Rounding for exact-value columns (<literal>DECIMAL</literal> and
       integer) and exact-valued numbers uses the <quote>round half


Thread
svn commit - mysqldoc@docsrva: r7939 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2paul2 Oct