From: Date: June 21 2007 9:55am Subject: svn commit - mysqldoc@docsrva: r6878 - trunk/refman-5.2 List-Archive: http://lists.mysql.com/commits/29243 Message-Id: <200706210755.l5L7tnHC013429@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ The EXTENT_SIZE 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.