Author: jstephens
Date: 2008-10-16 18:27:25 +0200 (Thu, 16 Oct 2008)
New Revision: 12085
Log:
The Comment column of SHOW TABLE STATUS no longer displays the number of
replicas for an NDB table (Bug #11379)
(Thanks, Hartmut and Serg!)
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/refman-5.1/sql-syntax-server-administration.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-16 15:56:03 UTC (rev 12084)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-16 16:27:25 UTC (rev 12085)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 3; 1097 bytes
@@ -14144,7 +14144,9 @@
<tags>
<manual type="InnoDB"/>
+ <manual type="NDBCLUSTER"/>
<manual type="INFORMATION_SCHEMA"/>
+ <manual type="SHOW TABLE STATUS"/>
</tags>
<bugs>
@@ -14159,9 +14161,12 @@
<message>
<para>
- The <literal>TABLE_COMMENT</literal> column for
- <literal>INFORMATION_SCHEMA.TABLES</literal> displayed
- extraneous information for <literal>InnoDB</literal> tables.
+ The <literal>TABLE_COMMENT</literal> column of
+ <literal>INFORMATION_SCHEMA.TABLES</literal> and the
+ <literal>Comment</literal> column in the output of
<literal>SHOW
+ TABLE STATUS</literal> displayed extraneous information for
+ <literal>InnoDB</literal> and
<literal>NDBCLUSTER</literal>
+ tables.
</para>
</message>
Modified: trunk/refman-5.1/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-server-administration.xml 2008-10-16 15:56:03 UTC (rev
12084)
+++ trunk/refman-5.1/sql-syntax-server-administration.xml 2008-10-16 16:27:25 UTC (rev
12085)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1016 bytes
@@ -8296,10 +8296,10 @@
statement shows appropriate values for the
<literal>Avg_row_length</literal> and
<literal>Data_length</literal> columns, with the exception that
- <literal>BLOB</literal> columns are not taken into account. In
- addition, the number of replicas is shown in the
- <literal>Comment</literal> column (as
- <literal>number_of_replicas</literal>).
+ <literal>BLOB</literal> columns are not taken into account.
+ Prior to MySQL 5.1.21, the number of MySQL Cluster replicas was
+ shown in the <literal>Comment</literal> column as
+ <literal>number_of_replicas</literal> (Bug #11379).
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12085 - in trunk: dynamic-docs/changelog refman-5.1 | jon | 16 Oct |