Author: jstephens
Date: 2008-10-04 10:22:37 +0200 (Sat, 04 Oct 2008)
New Revision: 11980
Log:
Cluster Bug #39612 fix now also documented for NDB-6.2.16.
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/refman-5.1/mysql-cluster-limitations.xml
trunk/refman-5.1/mysql-cluster-roadmap.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-03 23:15:09 UTC (rev 11979)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-04 08:22:37 UTC (rev 11980)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 424 bytes
@@ -18,6 +18,7 @@
</bugs>
<versions>
+ <version ver="5.1.28-ndb-6.2.16"/>
<version ver="5.1.28-ndb-6.3.18"/>
</versions>
Modified: trunk/refman-5.1/mysql-cluster-limitations.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-limitations.xml 2008-10-03 23:15:09 UTC (rev 11979)
+++ trunk/refman-5.1/mysql-cluster-limitations.xml 2008-10-04 08:22:37 UTC (rev 11980)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 851 bytes
@@ -1693,8 +1693,9 @@
<replaceable>db_name</replaceable></literal> statement on
the <quote>new</quote> MySQL server when it first
accesseed that MySQL Cluster. Beginning with MySQL Cluster
- NDB 6.3.18, such a <literal>CREATE</literal> statement is
- no longer required. (Bug #39612)
+ NDB 6.2.16 and MySQL Cluster NDB 6.3.18, such a
+ <literal>CREATE</literal> statement is no longer required.
+ (Bug #39612)
</para>
</formalpara>
Modified: trunk/refman-5.1/mysql-cluster-roadmap.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-roadmap.xml 2008-10-03 23:15:09 UTC (rev 11979)
+++ trunk/refman-5.1/mysql-cluster-roadmap.xml 2008-10-04 08:22:37 UTC (rev 11980)
Changed blocks: 1, Lines Added: 17, Lines Deleted: 0; 979 bytes
@@ -832,6 +832,23 @@
</formalpara>
</listitem>
+ <listitem>
+ <formalpara>
+
+ <title>Fully automatic database discovery</title>
+
+ <para>
+ It is no longer a requirement for database autodiscovery
+ that an SQL node already be connected to the cluster at
+ the time that a database is created on another SQL node,
+ or for a <literal>CREATE DATABASE</literal> or
+ <literal>CREATE SCHEMA</literal> statement to be issued on
+ the new SQL node after it joins the cluster.
+ </para>
+
+ </formalpara>
+ </listitem>
+
</itemizedlist>
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11980 - in trunk: dynamic-docs/changelog refman-5.1 | jon | 4 Oct |