List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 30 2008 1:12pm
Subject:svn commit - mysqldoc@docsrva: r11434 - trunk/refman-6.0
View as plain text  
Author: mcbrown
Date: 2008-07-30 15:12:23 +0200 (Wed, 30 Jul 2008)
New Revision: 11434

Log:
Addressing the difference between CREATE TABLESPACE on NDB And Falcon (Docs Bug #33170)



Modified:
   trunk/refman-6.0/sql-syntax-data-definition.xml


Modified: trunk/refman-6.0/sql-syntax-data-definition.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-data-definition.xml	2008-07-30 10:00:38 UTC (rev 11433)
+++ trunk/refman-6.0/sql-syntax-data-definition.xml	2008-07-30 13:12:23 UTC (rev 11434)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 4; 1686 bytes

@@ -5051,7 +5051,7 @@
 <programlisting>
 CREATE TABLESPACE <replaceable>tablespace_name</replaceable>
     ADD DATAFILE '<replaceable>file_name</replaceable>'
-    USE LOGFILE GROUP <replaceable>logfile_group</replaceable>
+    [USE LOGFILE GROUP <replaceable>logfile_group</replaceable>]
     [EXTENT_SIZE [=] <replaceable>extent_size</replaceable>]
     [INITIAL_SIZE [=] <replaceable>initial_size</replaceable>]
     [AUTOEXTEND_SIZE [=] <replaceable>autoextend_size</replaceable>]

@@ -5075,14 +5075,17 @@
     </para>
 
     <para>
-      A log file group of one or more <literal>UNDO</literal> log files
-      must be assigned to the tablespace to be created with the
+      . A log file group of one or more <literal>UNDO</literal> log
+      files must be assigned to the tablespace to be created with the
       <literal>USE LOGFILE GROUP</literal> clause.
       <replaceable>logfile_group</replaceable> must be an existing log
       file group created with <literal>CREATE LOGFILE GROUP</literal>
       (see <xref linkend="create-logfile-group"/>). Multiple tablespaces
       may use the same log file group for <literal>UNDO</literal>
-      logging.
+      logging. When using the <literal>NDB</literal> storage engine, the
+      specified of the log file group is a required clause of the
+      statment. For <literal>Falcon</literal> this clause is not
+      supported.
     </para>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r11434 - trunk/refman-6.0mcbrown30 Jul