List:Commits« Previous MessageNext Message »
From:jon Date:July 26 2007 10:54pm
Subject:svn commit - mysqldoc@docsrva: r7247 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: jstephens
Date: 2007-07-27 00:54:48 +0200 (Fri, 27 Jul 2007)
New Revision: 7247

Log:

Wording fix in TIMESTAMP section (thanks, jbalint!)



Modified:
   trunk/refman-4.1/data-types.xml
   trunk/refman-5.0/data-types.xml
   trunk/refman-5.1/data-types.xml
   trunk/refman-5.2/data-types.xml


Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml	2007-07-26 21:47:07 UTC (rev 7246)
+++ trunk/refman-4.1/data-types.xml	2007-07-26 22:54:48 UTC (rev 7247)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 1145 bytes

@@ -2512,8 +2512,8 @@
 
     <para>
       MySQL also allows you to store <literal>'0000-00-00'</literal> as
-      a <quote>dummy date.</quote> This is in some cases more
-      convenient (and uses less data and index space) than storing
+      a <quote>dummy date.</quote> This is in some cases more convenient
+      (and uses less data and index space) than storing
       <literal>NULL</literal> values.
     </para>
 

@@ -3478,8 +3478,8 @@
             <para>
               Any single <literal>TIMESTAMP</literal> column in a table
               can be used as the one that is initialized to the current
-              from or updated automatically. This need not be the first
-              <literal>TIMESTAMP</literal> column.
+              date and time, or updated automatically. This need not be
+              the first <literal>TIMESTAMP</literal> column.
             </para>
           </listitem>
 


Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml	2007-07-26 21:47:07 UTC (rev 7246)
+++ trunk/refman-5.0/data-types.xml	2007-07-26 22:54:48 UTC (rev 7247)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 731 bytes

@@ -3243,8 +3243,8 @@
             <para>
               Any single <literal>TIMESTAMP</literal> column in a table
               can be used as the one that is initialized to the current
-              from or updated automatically. This need not be the first
-              <literal>TIMESTAMP</literal> column.
+              date and time, or updated automatically. This need not be
+              the first <literal>TIMESTAMP</literal> column.
             </para>
           </listitem>
 


Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml	2007-07-26 21:47:07 UTC (rev 7246)
+++ trunk/refman-5.1/data-types.xml	2007-07-26 22:54:48 UTC (rev 7247)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 731 bytes

@@ -3061,8 +3061,8 @@
             <para>
               Any single <literal>TIMESTAMP</literal> column in a table
               can be used as the one that is initialized to the current
-              from or updated automatically. This need not be the first
-              <literal>TIMESTAMP</literal> column.
+              date and time, or updated automatically. This need not be
+              the first <literal>TIMESTAMP</literal> column.
             </para>
           </listitem>
 


Modified: trunk/refman-5.2/data-types.xml
===================================================================
--- trunk/refman-5.2/data-types.xml	2007-07-26 21:47:07 UTC (rev 7246)
+++ trunk/refman-5.2/data-types.xml	2007-07-26 22:54:48 UTC (rev 7247)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 731 bytes

@@ -3058,8 +3058,8 @@
             <para>
               Any single <literal>TIMESTAMP</literal> column in a table
               can be used as the one that is initialized to the current
-              from or updated automatically. This need not be the first
-              <literal>TIMESTAMP</literal> column.
+              date and time, or updated automatically. This need not be
+              the first <literal>TIMESTAMP</literal> column.
             </para>
           </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7247 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2jon27 Jul