From: Date: October 4 2008 10:22am Subject: svn commit - mysqldoc@docsrva: r11980 - in trunk: dynamic-docs/changelog refman-5.1 List-Archive: http://lists.mysql.com/commits/55304 Message-Id: <200810040822.m948Mcsp016162@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ + 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 @@ db_name statement on the new MySQL server when it first accesseed that MySQL Cluster. Beginning with MySQL Cluster - NDB 6.3.18, such a CREATE statement is - no longer required. (Bug #39612) + NDB 6.2.16 and MySQL Cluster NDB 6.3.18, such a + CREATE statement is no longer required. + (Bug #39612) 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 @@ + + + + Fully automatic database discovery + + + 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 CREATE DATABASE or + CREATE SCHEMA statement to be issued on + the new SQL node after it joins the cluster. + + + + +