List:Commits« Previous MessageNext Message »
From:paul Date:July 8 2008 6:29pm
Subject:svn commit - mysqldoc@docsrva: r11132 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-07-08 20:29:54 +0200 (Tue, 08 Jul 2008)
New Revision: 11132

Log:
 r32012@arctic:  paul | 2008-07-08 13:10:21 -0500
 Fix docs bug:
 Bug#37670: The CHECK_OPTION column of the VIEWS I_S table is correct


Modified:
   trunk/refman-5.0/information-schema.xml
   trunk/refman-5.1/information-schema.xml
   trunk/refman-6.0/information-schema.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:32399
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32011
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32399
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32012


Modified: trunk/refman-5.0/information-schema.xml
===================================================================
--- trunk/refman-5.0/information-schema.xml	2008-07-08 18:29:41 UTC (rev 11131)
+++ trunk/refman-5.0/information-schema.xml	2008-07-08 18:29:54 UTC (rev 11132)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 643 bytes

@@ -2944,8 +2944,9 @@
 
       <listitem>
         <para>
-          The <literal>CHECK_OPTION</literal> column always has a value
-          of <literal>NONE</literal>.
+          The <literal>CHECK_OPTION</literal> column has a value of
+          <literal>NONE</literal>, <literal>CASCADE</literal>, or
+          <literal>LOCAL</literal>.
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2008-07-08 18:29:41 UTC (rev 11131)
+++ trunk/refman-5.1/information-schema.xml	2008-07-08 18:29:54 UTC (rev 11132)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 643 bytes

@@ -3001,8 +3001,9 @@
 
       <listitem>
         <para>
-          The <literal>CHECK_OPTION</literal> column always has a value
-          of <literal>NONE</literal>.
+          The <literal>CHECK_OPTION</literal> column has a value of
+          <literal>NONE</literal>, <literal>CASCADE</literal>, or
+          <literal>LOCAL</literal>.
         </para>
       </listitem>
 


Modified: trunk/refman-6.0/information-schema.xml
===================================================================
--- trunk/refman-6.0/information-schema.xml	2008-07-08 18:29:41 UTC (rev 11131)
+++ trunk/refman-6.0/information-schema.xml	2008-07-08 18:29:54 UTC (rev 11132)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 643 bytes

@@ -3093,8 +3093,9 @@
 
       <listitem>
         <para>
-          The <literal>CHECK_OPTION</literal> column always has a value
-          of <literal>NONE</literal>.
+          The <literal>CHECK_OPTION</literal> column has a value of
+          <literal>NONE</literal>, <literal>CASCADE</literal>, or
+          <literal>LOCAL</literal>.
         </para>
       </listitem>
 


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