List:Commits« Previous MessageNext Message »
From:jon Date:March 13 2008 7:32am
Subject:svn commit - mysqldoc@docsrva: r10218 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-03-13 07:32:13 +0100 (Thu, 13 Mar 2008)
New Revision: 10218

Log:

Forgot to commit 5.1 changes from previous commit.



Modified:
   trunk/refman-5.1/sql-syntax.xml
   trunk/refman-6.0/sql-syntax.xml


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2008-03-13 06:29:29 UTC (rev 10217)
+++ trunk/refman-5.1/sql-syntax.xml	2008-03-13 06:32:13 UTC (rev 10218)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 2; 1100 bytes

@@ -2662,7 +2662,8 @@
         <literal>UNDO</literal> file named
         '<replaceable>undo_file</replaceable>'. A <literal>CREATE
         LOGFILE GROUP</literal> statement has one and only one
-        <literal>ADD UNDOFILE</literal> clause.
+        <literal>ADD UNDOFILE</literal> clause. For rules covering the
+        naming of log file groups, see <xref linkend="identifiers"/>.
       </para>
 
       <para>

@@ -5231,7 +5232,8 @@
         data file is created and added to the tablespace using this
         statement. Additional data files may be added to the tablespace
         by using the <literal>ALTER TABLESPACE</literal> statement (see
-        <xref linkend="alter-tablespace"/>).
+        <xref linkend="alter-tablespace"/>). For rules covering the
+        naming of tablespaces, see <xref linkend="identifiers"/>.
       </para>
 
       <para>


Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml	2008-03-13 06:29:29 UTC (rev 10217)
+++ trunk/refman-6.0/sql-syntax.xml	2008-03-13 06:32:13 UTC (rev 10218)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 1282 bytes

@@ -2605,8 +2605,8 @@
         <literal>UNDO</literal> file named
         '<replaceable>undo_file</replaceable>'. A <literal>CREATE
         LOGFILE GROUP</literal> statement has one and only one
-        <literal>ADD UNDOFILE</literal> clause. For rules covering the naming
of
-        log file groups, see <xref linkend="identifiers"/>.
+        <literal>ADD UNDOFILE</literal> clause. For rules covering the
+        naming of log file groups, see <xref linkend="identifiers"/>.
       </para>
 
       <para>

@@ -5136,8 +5136,8 @@
         data file is created and added to the tablespace using this
         statement. Additional data files may be added to the tablespace
         by using the <literal>ALTER TABLESPACE</literal> statement (see
-        <xref linkend="alter-tablespace"/>). For rules covering the naming of
-        tablespaces, see <xref linkend="identifiers"/>.
+        <xref linkend="alter-tablespace"/>). For rules covering the
+        naming of tablespaces, see <xref linkend="identifiers"/>.
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r10218 - in trunk: refman-5.1 refman-6.0jon13 Mar 2008