List:Commits« Previous MessageNext Message »
From:jon Date:March 15 2007 1:28am
Subject:svn commit - mysqldoc@docsrva: r5375 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-03-15 01:28:10 +0100 (Thu, 15 Mar 2007)
New Revision: 5375

Log:

The INITIAL_SIZE clause for CREATE TABLESPACE is optional, with a 
default value of 128M.

(Fixes Docs Bug #23737)



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


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2007-03-14 22:36:49 UTC (rev 5374)
+++ trunk/refman-5.1/sql-syntax.xml	2007-03-15 00:28:10 UTC (rev 5375)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 1; 1013 bytes

@@ -4220,7 +4220,7 @@
     ADD DATAFILE '<replaceable>file</replaceable>'
     USE LOGFILE GROUP <replaceable>logfile_group</replaceable>
     [EXTENT_SIZE [=] <replaceable>extent_size</replaceable>]
-    INITIAL_SIZE [=] <replaceable>initial_size</replaceable>
+    [INITIAL_SIZE [=] <replaceable>initial_size</replaceable>]
     ENGINE [=] <replaceable>engine</replaceable>
 </programlisting>
 

@@ -4268,6 +4268,11 @@
         the tablespace using <literal>ALTER TABLESPACE ... ADD
         DATAFILE</literal>. See <xref linkend="alter-tablespace"/>.
       </para>
+      
+      <para>
+        <literal>INITIAL_SIZE</literal> is optional; its default value
+        is <literal>128M</literal>.
+      </para>
 
       <para>
         When setting <literal>EXTENT_SIZE</literal> or


Thread
svn commit - mysqldoc@docsrva: r5375 - trunk/refman-5.1jon15 Mar