List:Commits« Previous MessageNext Message »
From:paul Date:July 17 2008 7:06pm
Subject:svn commit - mysqldoc@docsrva: r11281 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-07-17 19:06:05 +0200 (Thu, 17 Jul 2008)
New Revision: 11281

Log:
 r32297@arctic:  paul | 2008-07-17 12:05:15 -0500
 Fix documentation bug#38168.


Modified:
   trunk/refman-5.0/dba-core.xml
   trunk/refman-5.1/dba-core.xml
   trunk/refman-6.0/dba-core.xml

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


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2008-07-17 17:05:50 UTC (rev 11280)
+++ trunk/refman-5.0/dba-core.xml	2008-07-17 17:06:05 UTC (rev 11281)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 733 bytes

@@ -11352,6 +11352,12 @@
       </para>
 
       <para>
+        Strict mode does not affect whether foreign key constraints are
+        checked. <literal>FOREIGN_KEY_CHECKS</literal> can be used for
+        that. (See <xref linkend="server-session-variables"/>.)
+      </para>
+
+      <para>
         The following special modes are provided as shorthand for
         combinations of mode values from the preceding list. All are
         available in MySQL &current-series; beginning with version


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2008-07-17 17:05:50 UTC (rev 11280)
+++ trunk/refman-5.1/dba-core.xml	2008-07-17 17:06:05 UTC (rev 11281)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 672 bytes

@@ -11871,6 +11871,12 @@
       </para>
 
       <para>
+        Strict mode does not affect whether foreign key constraints are
+        checked. <literal>FOREIGN_KEY_CHECKS</literal> can be used for
+        that. (See <xref linkend="server-session-variables"/>.)
+      </para>
+
+      <para>
         The following special modes are provided as shorthand for
         combinations of mode values from the preceding list.
       </para>


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-07-17 17:05:50 UTC (rev 11280)
+++ trunk/refman-6.0/dba-core.xml	2008-07-17 17:06:05 UTC (rev 11281)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 672 bytes

@@ -11751,6 +11751,12 @@
       </para>
 
       <para>
+        Strict mode does not affect whether foreign key constraints are
+        checked. <literal>FOREIGN_KEY_CHECKS</literal> can be used for
+        that. (See <xref linkend="server-session-variables"/>.)
+      </para>
+
+      <para>
         The following special modes are provided as shorthand for
         combinations of mode values from the preceding list.
       </para>


Thread
svn commit - mysqldoc@docsrva: r11281 - in trunk: . refman-5.0 refman-5.1 refman-6.0paul17 Jul