List:Commits« Previous MessageNext Message »
From:jon.stephens Date:March 26 2009 5:29pm
Subject:svn commit - mysqldoc@docsrva: r14390 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2009-03-26 18:29:59 +0100 (Thu, 26 Mar 2009)
New Revision: 14390

Log:

Moved NDB$INFO description from Cluster 7.0 Roadmap section into new
Cluster 7.1+ section (Tomas, MartinSk?\195?\182ld)



Modified:
   trunk/refman-5.1/mysql-cluster-roadmap.xml


Modified: trunk/refman-5.1/mysql-cluster-roadmap.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-roadmap.xml	2009-03-26 17:01:26 UTC (rev 14389)
+++ trunk/refman-5.1/mysql-cluster-roadmap.xml	2009-03-26 17:29:59 UTC (rev 14390)
Changed blocks: 3, Lines Added: 49, Lines Deleted: 25; 3508 bytes

@@ -1712,29 +1712,6 @@
       <listitem>
         <formalpara>
 
-          <title><literal>NDB$INFO</literal> meta-information database</title>
-
-          <para>
-            It is possible to obtain real-time characteristics of a
-            MySQL Cluster by issuing queries from the
-            <command>mysql</command> client or other MySQL client
-            applications. <literal>NDB$INFO</literal> is a database
-            which is planned for MySQL Cluster NDB 7.0 to provide
-            metadata specific to MySQL Cluster similar to that provided
-            by the <literal>INFORMATION_SCHEMA</literal> database for
-            the standard MySQL Server. This eliminates the need to read
-            log files, issue <literal>DUMP</literal> commands, or parse
-            the output of <command>ndb_config</command> in order to get
-            configuration and status information from a running MySQL
-            Cluster.
-          </para>
-
-        </formalpara>
-      </listitem>
-
-      <listitem>
-        <formalpara>
-
           <title>IPv6 support in MySQL Cluster Replication</title>
 
           <para>

@@ -1886,8 +1863,8 @@
         </formalpara>
 
         <para>
-          Each of these optimizations is internal to the NDB API, and so
-          is transparent to applications; this is true whether an
+          Both of these optimizations are internal to the NDB API, and
+          so is transparent to applications; this is true whether an
           application uses the NDB API directly or does so indirectly
           through an SQL node.
         </para>

@@ -1897,4 +1874,51 @@
 
   </section>
 
+  <section id="mysql-cluster-changes-5-1-ndb-7-1">
+
+    <title>Features Planned for MySQL Cluster NDB 7.1 and Later</title>
+
+    <para>
+      The following improvements to MySQL Cluster are planned for MySQL
+      CLuster NDB 7.1 and later release series.
+    </para>
+
+    <important>
+      <para>
+        These features are in planning or early development phase.
+        Timing, availability, and implementation details are not
+        guaranteed, and are subject to change at any time without
+        notice.
+      </para>
+    </important>
+
+    <itemizedlist>
+
+      <listitem>
+        <formalpara>
+
+          <title><literal>NDB$INFO</literal> meta-information database</title>
+
+          <para>
+            This feature is intended to make it possible to obtain
+            real-time characteristics of a MySQL Cluster by issuing
+            queries from the <command>mysql</command> client or other
+            MySQL client applications. <literal>NDB$INFO</literal> is a
+            database which is planned for MySQL Cluster NDB 7.1 to
+            provide metadata specific to MySQL Cluster similar to that
+            provided by the <literal>INFORMATION_SCHEMA</literal>
+            database for the standard MySQL Server. This would eliminate
+            much of the need to read log files, issue
+            <literal>DUMP</literal> commands, or parse the output of
+            <command>ndb_config</command> in order to get configuration
+            and status information from a running MySQL Cluster.
+          </para>
+
+        </formalpara>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
 </section>


Thread
svn commit - mysqldoc@docsrva: r14390 - trunk/refman-5.1jon.stephens26 Mar