List:Commits« Previous MessageNext Message »
From:mcbrown Date:January 4 2007 5:09am
Subject:svn commit - mysqldoc@docsrva: r4373 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: mcbrown
Date: 2007-01-04 06:08:58 +0100 (Thu, 04 Jan 2007)
New Revision: 4373

Log:
Minor reowrd to FOREIGN_KEY_CHECKS



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


Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2007-01-03 20:51:33 UTC (rev 4372)
+++ trunk/refman-4.1/sql-syntax.xml	2007-01-04 05:08:58 UTC (rev 4373)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 577 bytes

@@ -13693,7 +13693,7 @@
               not trigger a scan of the existing table data. Therefore,
               rows added to the table while
               <literal>FOREIGN_KEY_CHECKS=0</literal> will not be
-              identified.
+              verified for consistency.
             </para>
           </note>
         </listitem>


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2007-01-03 20:51:33 UTC (rev 4372)
+++ trunk/refman-5.0/sql-syntax.xml	2007-01-04 05:08:58 UTC (rev 4373)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 577 bytes

@@ -15303,7 +15303,7 @@
               not trigger a scan of the existing table data. Therefore,
               rows added to the table while
               <literal>FOREIGN_KEY_CHECKS=0</literal> will not be
-              identified.
+              verified for consistency.
             </para>
           </note>
         </listitem>


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2007-01-03 20:51:33 UTC (rev 4372)
+++ trunk/refman-5.1/sql-syntax.xml	2007-01-04 05:08:58 UTC (rev 4373)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 577 bytes

@@ -16576,7 +16576,7 @@
               not trigger a scan of the existing table data. Therefore,
               rows added to the table while
               <literal>FOREIGN_KEY_CHECKS=0</literal> will not be
-              identified.
+              verified for consistency.
             </para>
           </note>
         </listitem>


Thread
svn commit - mysqldoc@docsrva: r4373 - in trunk: refman-4.1 refman-5.0 refman-5.1mcbrown4 Jan