From: jon Date: October 27 2008 6:01pm Subject: svn commit - mysqldoc@docsrva: r12163 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/57141 Message-Id: <200810271801.m9RI1dkg010841@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2008-10-27 19:01:38 +0100 (Mon, 27 Oct 2008) New Revision: 12163 Log: Added link from mysql-cluster-disk-data-storage-requirements to files-table (JohanA) Fixed some misleading version references in files-table Modified: trunk/refman-5.1/information-schema.xml trunk/refman-5.1/mysql-cluster-disk-data.xml Modified: trunk/refman-5.1/information-schema.xml =================================================================== --- trunk/refman-5.1/information-schema.xml 2008-10-27 17:32:44 UTC (rev 12162) +++ trunk/refman-5.1/information-schema.xml 2008-10-27 18:01:38 UTC (rev 12163) Changed blocks: 6, Lines Added: 14, Lines Deleted: 14; 3120 bytes @@ -4880,7 +4880,7 @@ - In MySQL 5.1, the value of the + Currently, the value of the TABLESPACE_CATALOG column is always NULL. @@ -5007,7 +5007,7 @@ - For MySQL 5.1 Cluster Disk Data files, the value of the + For MySQL Cluster Disk Data files, the value of the MAXIMUM_SIZE column is always the same as INITIAL_SIZE, and the AUTOEXTEND_SIZE column is always empty. @@ -5044,8 +5044,8 @@ - For MySQL 5.1 Cluster Disk Data files, the following columns - are always NULL: + For MySQL Cluster Disk Data files, the following columns are + always NULL: @@ -5189,13 +5189,13 @@ always 0, that of the FILE_TYPE column is always UNDO FILE, and that of the STATUS - column is always NORMAL. In MySQL - ¤t-series; the value of the ENGINE - column is always ndbcluster. + column is always NORMAL. Currently, the + value of the ENGINE column is always + ndbcluster. - This row shows in the FREE_EXTENTS column + The FREE_EXTENTS column in this row shows the total number of free extents available to all undo files belonging to a given log file group whose name and number are shown in the LOGFILE_GROUP_NAME and @@ -5295,9 +5295,9 @@ - If you create a Disk Data table and then insert some rows into - it, you can see approximately how much space remains for undo - logging afterwards, for example: + If you create a MySQL Cluster Disk Data table and then insert + some rows into it, you can see approximately how much space + remains for undo logging afterwards, for example: @@ -5348,9 +5348,9 @@ - For additional examples using the FILES - table to obtain information about Cluster Disk Data tables, - see . + For additional information, and examples of creating and + dropping MySQL Cluster Disk Data objects, see + . Modified: trunk/refman-5.1/mysql-cluster-disk-data.xml =================================================================== --- trunk/refman-5.1/mysql-cluster-disk-data.xml 2008-10-27 17:32:44 UTC (rev 12162) +++ trunk/refman-5.1/mysql-cluster-disk-data.xml 2008-10-27 18:01:38 UTC (rev 12163) Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 802 bytes @@ -672,6 +672,13 @@ For general information about calculating these values, see . + + + You can obtain an estimate the amount of space available in + data files and undo log files by querying the + INFORMATION_SCHEMA.FILES table. For more + information and examples, see . +