List:Commits« Previous MessageNext Message »
From:paul Date:March 14 2008 11:39pm
Subject:svn commit - mysqldoc@docsrva: r10251 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-03-15 00:39:11 +0100 (Sat, 15 Mar 2008)
New Revision: 10251

Log:
 r30020@frost:  paul | 2008-03-14 18:25:30 -0500
 Add help-table markup for ALTER/CREATE/DROP TABLESPACE statements.


Modified:
   trunk/it/refman-5.1/sql-syntax.xml
   trunk/pt/refman-5.1/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml
   trunk/refman-6.0/sql-syntax.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:30011
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30059
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30020
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30059


Modified: trunk/it/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/it/refman-5.1/sql-syntax.xml	2008-03-14 22:26:45 UTC (rev 10250)
+++ trunk/it/refman-5.1/sql-syntax.xml	2008-03-14 23:39:11 UTC (rev 10251)
Changed blocks: 8, Lines Added: 38, Lines Deleted: 0; 3014 bytes

@@ -1968,6 +1968,14 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="ALTER TABLESPACE"/>
+
+      <remark role="help-keywords">
+        ALTER TABLESPACE ADD DROP DATAFILE INITIAL_SIZE WAIT ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 ALTER TABLESPACE <replaceable>tablespace_name</replaceable>
     {ADD|DROP} DATAFILE '<replaceable>file_name</replaceable>'

@@ -1976,6 +1984,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement can be used either to add a new data file, or to
         drop a data file from a tablespace.

@@ -2065,6 +2075,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="create-database">

@@ -5212,6 +5224,16 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="CREATE TABLESPACE"/>
+
+      <remark role="help-keywords">
+        CREATE TABLESPACE ADD DATAFILE USE LOGFILE GROUP EXTENT_SIZE
+        INITIAL_SIZE AUTOEXTEND_SIZE MAX_SIZE NODEGROUP WAIT COMMENT
+        ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 CREATE TABLESPACE <replaceable>tablespace_name</replaceable>
     ADD DATAFILE '<replaceable>file_name</replaceable>'

@@ -5226,6 +5248,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement is used to create a tablespace, which can contain
         one or more data files, providing storage space for tables. One

@@ -5362,6 +5386,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="drop-database">

@@ -5820,11 +5846,21 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="DROP TABLESPACE"/>
+
+      <remark role="help-keywords">
+        DROP TABLESPACE ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 DROP TABLESPACE <replaceable>tablespace_name</replaceable>
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement drops a tablespace that was previously created
         using <literal>CREATE TABLESPACE</literal> (see

@@ -5854,6 +5890,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="rename-database">


Modified: trunk/pt/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/pt/refman-5.1/sql-syntax.xml	2008-03-14 22:26:45 UTC (rev 10250)
+++ trunk/pt/refman-5.1/sql-syntax.xml	2008-03-14 23:39:11 UTC (rev 10251)
Changed blocks: 8, Lines Added: 38, Lines Deleted: 0; 3014 bytes

@@ -1968,6 +1968,14 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="ALTER TABLESPACE"/>
+
+      <remark role="help-keywords">
+        ALTER TABLESPACE ADD DROP DATAFILE INITIAL_SIZE WAIT ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 ALTER TABLESPACE <replaceable>tablespace_name</replaceable>
     {ADD|DROP} DATAFILE '<replaceable>file_name</replaceable>'

@@ -1976,6 +1984,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement can be used either to add a new data file, or to
         drop a data file from a tablespace.

@@ -2065,6 +2075,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="create-database">

@@ -5212,6 +5224,16 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="CREATE TABLESPACE"/>
+
+      <remark role="help-keywords">
+        CREATE TABLESPACE ADD DATAFILE USE LOGFILE GROUP EXTENT_SIZE
+        INITIAL_SIZE AUTOEXTEND_SIZE MAX_SIZE NODEGROUP WAIT COMMENT
+        ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 CREATE TABLESPACE <replaceable>tablespace_name</replaceable>
     ADD DATAFILE '<replaceable>file_name</replaceable>'

@@ -5226,6 +5248,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement is used to create a tablespace, which can contain
         one or more data files, providing storage space for tables. One

@@ -5362,6 +5386,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="drop-database">

@@ -5820,11 +5846,21 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="DROP TABLESPACE"/>
+
+      <remark role="help-keywords">
+        DROP TABLESPACE ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 DROP TABLESPACE <replaceable>tablespace_name</replaceable>
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement drops a tablespace that was previously created
         using <literal>CREATE TABLESPACE</literal> (see

@@ -5854,6 +5890,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="rename-database">


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2008-03-14 22:26:45 UTC (rev 10250)
+++ trunk/refman-5.1/sql-syntax.xml	2008-03-14 23:39:11 UTC (rev 10251)
Changed blocks: 8, Lines Added: 38, Lines Deleted: 0; 3005 bytes

@@ -1968,6 +1968,14 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="ALTER TABLESPACE"/>
+
+      <remark role="help-keywords">
+        ALTER TABLESPACE ADD DROP DATAFILE INITIAL_SIZE WAIT ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 ALTER TABLESPACE <replaceable>tablespace_name</replaceable>
     {ADD|DROP} DATAFILE '<replaceable>file_name</replaceable>'

@@ -1976,6 +1984,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement can be used either to add a new data file, or to
         drop a data file from a tablespace.

@@ -2065,6 +2075,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="create-database">

@@ -5212,6 +5224,16 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="CREATE TABLESPACE"/>
+
+      <remark role="help-keywords">
+        CREATE TABLESPACE ADD DATAFILE USE LOGFILE GROUP EXTENT_SIZE
+        INITIAL_SIZE AUTOEXTEND_SIZE MAX_SIZE NODEGROUP WAIT COMMENT
+        ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 CREATE TABLESPACE <replaceable>tablespace_name</replaceable>
     ADD DATAFILE '<replaceable>file_name</replaceable>'

@@ -5226,6 +5248,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement is used to create a tablespace, which can contain
         one or more data files, providing storage space for tables. One

@@ -5362,6 +5386,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="drop-database">

@@ -5820,11 +5846,21 @@
         <seealso>MySQL Cluster Disk Data</seealso>
       </indexterm>
 
+      <remark role="help-topic" condition="DROP TABLESPACE"/>
+
+      <remark role="help-keywords">
+        DROP TABLESPACE ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 DROP TABLESPACE <replaceable>tablespace_name</replaceable>
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement drops a tablespace that was previously created
         using <literal>CREATE TABLESPACE</literal> (see

@@ -5854,6 +5890,8 @@
         Cluster. See <xref linkend="mysql-cluster-disk-data"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="rename-database">


Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml	2008-03-14 22:26:45 UTC (rev 10250)
+++ trunk/refman-6.0/sql-syntax.xml	2008-03-14 23:39:11 UTC (rev 10251)
Changed blocks: 8, Lines Added: 38, Lines Deleted: 0; 2983 bytes

@@ -1920,6 +1920,14 @@
 <!--        <seealso>MySQL Cluster Disk Data</seealso> -->
       </indexterm>
 
+      <remark role="help-topic" condition="ALTER TABLESPACE"/>
+
+      <remark role="help-keywords">
+        ALTER TABLESPACE ADD DROP DATAFILE INITIAL_SIZE WAIT ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 ALTER TABLESPACE <replaceable>tablespace_name</replaceable>
     {ADD|DROP} DATAFILE '<replaceable>file_name</replaceable>'

@@ -1928,6 +1936,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement can be used either to add a new data file to or
         drop a data file from a tablespace.

@@ -2013,6 +2023,8 @@
         <xref linkend="se-falcon-createtable"/>.
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="create-database">

@@ -5117,6 +5129,16 @@
 <!--         <seealso>MySQL Cluster Disk Data</seealso> -->
       </indexterm>
 
+      <remark role="help-topic" condition="CREATE TABLESPACE"/>
+
+      <remark role="help-keywords">
+        CREATE TABLESPACE ADD DATAFILE USE LOGFILE GROUP EXTENT_SIZE
+        INITIAL_SIZE AUTOEXTEND_SIZE MAX_SIZE NODEGROUP WAIT COMMENT
+        ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 CREATE TABLESPACE <replaceable>tablespace_name</replaceable>
     ADD DATAFILE '<replaceable>file_name</replaceable>'

@@ -5131,6 +5153,8 @@
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement is used to create a tablespace, which can contain
         one or more data files, providing storage space for tables. One

@@ -5262,6 +5286,8 @@
         engine (see <xref linkend="se-falcon"/>).
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="drop-database">

@@ -5716,11 +5742,21 @@
 <!--        <seealso>MySQL Cluster Disk Data</seealso> -->
       </indexterm>
 
+      <remark role="help-topic" condition="DROP TABLESPACE"/>
+
+      <remark role="help-keywords">
+        DROP TABLESPACE ENGINE
+      </remark>
+
+      <remark role="help-syntax"/>
+
 <programlisting>
 DROP TABLESPACE <replaceable>tablespace_name</replaceable>
     ENGINE [=] <replaceable>engine_name</replaceable>
 </programlisting>
 
+      <remark role="help-description-begin"/>
+
       <para>
         This statement drops a tablespace that was previously created
         using <literal>CREATE TABLESPACE</literal> (see

@@ -5753,6 +5789,8 @@
         <xref linkend="se-falcon-createtable"/>."
       </para>
 
+      <remark role="help-description-end"/>
+
     </section>
 
     <section id="rename-table">


Thread
svn commit - mysqldoc@docsrva: r10251 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0paul15 Mar