List:Commits« Previous MessageNext Message »
From:paul Date:February 20 2006 4:23pm
Subject:svn commit - mysqldoc@docsrva: r1403 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-02-20 16:23:16 +0100 (Mon, 20 Feb 2006)
New Revision: 1403

Log:
 r7912@frost:  paul | 2006-02-20 08:41:55 -0600
 Typo.


Modified:
   trunk/
   trunk/refman-4.1/sql-syntax.xml
   trunk/refman-5.0/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml


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

Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2006-02-20 14:08:25 UTC (rev 1402)
+++ trunk/refman-4.1/sql-syntax.xml	2006-02-20 15:23:16 UTC (rev 1403)
@@ -10104,7 +10104,7 @@
         You can avoid using <literal>LOCK TABLES</literal> in many cases
         by using relative updates (<literal>UPDATE customer SET
        
<replaceable>value</replaceable>=<replaceable>value</replaceable>+<replaceable>new_value</replaceable></literal>)
-        or the <literal>LAST_INSERT_ID()</literal> function, See
+        or the <literal>LAST_INSERT_ID()</literal> function. See
         <xref linkend="ansi-diff-transactions"/>.
       </para>
 

Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2006-02-20 14:08:25 UTC (rev 1402)
+++ trunk/refman-5.0/sql-syntax.xml	2006-02-20 15:23:16 UTC (rev 1403)
@@ -10525,7 +10525,7 @@
         You can avoid using <literal>LOCK TABLES</literal> in many cases
         by using relative updates (<literal>UPDATE customer SET
        
<replaceable>value</replaceable>=<replaceable>value</replaceable>+<replaceable>new_value</replaceable></literal>)
-        or the <literal>LAST_INSERT_ID()</literal> function, See
+        or the <literal>LAST_INSERT_ID()</literal> function. See
         <xref linkend="ansi-diff-transactions"/>.
       </para>
 

Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-02-20 14:08:25 UTC (rev 1402)
+++ trunk/refman-5.1/sql-syntax.xml	2006-02-20 15:23:16 UTC (rev 1403)
@@ -11149,7 +11149,7 @@
         You can avoid using <literal>LOCK TABLES</literal> in many cases
         by using relative updates (<literal>UPDATE customer SET
        
<replaceable>value</replaceable>=<replaceable>value</replaceable>+<replaceable>new_value</replaceable></literal>)
-        or the <literal>LAST_INSERT_ID()</literal> function, See
+        or the <literal>LAST_INSERT_ID()</literal> function. See
         <xref linkend="ansi-diff-transactions"/>.
       </para>
 

Thread
svn commit - mysqldoc@docsrva: r1403 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul20 Feb