List:Commits« Previous MessageNext Message »
From:jon Date:June 21 2007 9:55am
Subject:svn commit - mysqldoc@docsrva: r6878 - trunk/refman-5.2
View as plain text  
Author: jstephens
Date: 2007-06-21 09:55:48 +0200 (Thu, 21 Jun 2007)
New Revision: 6878

Log:

Oops, forgot to fix default tablespace extent size in 5.2 RefMan...



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


Modified: trunk/refman-5.2/sql-syntax.xml
===================================================================
--- trunk/refman-5.2/sql-syntax.xml	2007-06-21 07:53:10 UTC (rev 6877)
+++ trunk/refman-5.2/sql-syntax.xml	2007-06-21 07:55:48 UTC (rev 6878)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 515 bytes

@@ -4564,7 +4564,7 @@
       <para>
         The <literal>EXTENT_SIZE</literal> sets the size, in bytes, of
         the extents used by any files belonging to the tablespace. The
-        default value is 4 bytes.
+        default value is 1M.
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r6878 - trunk/refman-5.2jon21 Jun