Author: jstephens
Date: 2011-02-02 12:24:31 +0100 (Wed, 02 Feb 2011)
New Revision: 24966
Log:
Changelog entry and associated documentation, Cluster BUG#59831
Added indexterms
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-5.1/mysql-cluster-management.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-02-01 20:57:42 UTC (rev 24965)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-02-02 11:24:31 UTC (rev 24966)
Changed blocks: 1, Lines Added: 31, Lines Deleted: 0; 1100 bytes
@@ -10,6 +10,37 @@
<tags>
<highlight type="cluster"/>
+ <manual type="ndbinfo"/>
+ <manual type="query cache"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="59831"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-7.0.22"/>
+ <version ver="5.1.51-ndb-7.1.11"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Successive queries on the <literal>ndbinfo.counters</literal>
+ table from the same SQL node returned unchanging results. To fix
+ this issue, and to prevent similar issues from occurring in the
+ future, <literal>ndbinfo</literal> tables are now excluded from
+ the query cache.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
<manual type="CREATE TABLE"/>
</tags>
Modified: trunk/refman-5.1/mysql-cluster-management.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-management.xml 2011-02-01 20:57:42 UTC (rev 24965)
+++ trunk/refman-5.1/mysql-cluster-management.xml 2011-02-02 11:24:31 UTC (rev 24966)
Changed blocks: 4, Lines Added: 30, Lines Deleted: 0; 1961 bytes
@@ -8344,6 +8344,10 @@
<title>The <literal>ndbinfo</literal> MySQL Cluster Information Database</title>
+ <indexterm>
+ <primary>ndbinfo database</primary>
+ </indexterm>
+
<para>
<literal>ndbinfo</literal> is a database storing containing
information specific to MySQL Cluster, available beginning with
@@ -8357,6 +8361,11 @@
about each of these tables in the next several sections.
</para>
+ <indexterm>
+ <primary>ndbinfo database</primary>
+ <secondary>determining support for</secondary>
+ </indexterm>
+
<para>
<literal>ndbinfo</literal> is included with MySQL Cluster support
in the MySQL Server; no special compilation or configuration steps
@@ -8466,6 +8475,22 @@
<para>
All <literal>ndbinfo</literal> tables are read-only.
</para>
+
+ <indexterm>
+ <primary>ndbinfo database</primary>
+ <secondary>and query cache</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>query cache</primary>
+ <secondary>and ndbinfo database tables</secondary>
+ </indexterm>
+
+ <para>
+ Beginning with MySQL Cluster NDB 7.0.22 and MySQL Cluster NDB
+ 7.1.11, <literal>ndbinfo</literal> tables are not included in
+ the query cache. (Bug#59831)
+ </para>
</note>
<para>
@@ -8512,6 +8537,11 @@
<xref linkend="mysql-cluster-ndbinfo-pools"/>.
</para>
+ <indexterm>
+ <primary>ndbinfo database</primary>
+ <secondary>basic usage</secondary>
+ </indexterm>
+
<para>
You can execute <literal role="stmt">SELECT</literal> statements
against these tables, just as you would normally expect:
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24966 - in trunk: dynamic-docs/changelog refman-5.1 | jon.stephens | 2 Feb |